Skip to content

Commit e1d9527

Browse files
author
jef
committed
fix #1613
git-svn-id: http://svn.osgeo.org/qgis/trunk@10455 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1f1abb2 commit e1d9527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/attributetable/BeataModel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void BeataModel::sort( int column, Qt::SortOrder order )
340340
QgsAttributeList attrs;
341341
QgsFeature f;
342342

343-
attrs.append( column );
343+
attrs.append( mAttributes[column] );
344344

345345
emit layoutAboutToBeChanged();
346346
// QgsDebugMsg("SORTing");

0 commit comments

Comments
 (0)