Skip to content

Commit 7827548

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/attributetable/BeataModel.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.