git-svn-id: http://svn.osgeo.org/qgis/trunk@10455 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2009-04-02 12:52:34 +00:00
parent 1f1abb2c6c
commit e1d952749b

View File

@ -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");