mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #1613
git-svn-id: http://svn.osgeo.org/qgis/trunk@10455 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1f1abb2c6c
commit
e1d952749b
@ -340,7 +340,7 @@ void BeataModel::sort( int column, Qt::SortOrder order )
|
||||
QgsAttributeList attrs;
|
||||
QgsFeature f;
|
||||
|
||||
attrs.append( column );
|
||||
attrs.append( mAttributes[column] );
|
||||
|
||||
emit layoutAboutToBeChanged();
|
||||
// QgsDebugMsg("SORTing");
|
||||
|
Loading…
x
Reference in New Issue
Block a user