Skip to content

Commit b036b0b

Browse files
signedavm-kuhn
authored andcommittedJul 18, 2017
Codestyle
1 parent b677ee1 commit b036b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/attributetable/qgsattributetablefiltermodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void QgsAttributeTableFilterModel::setAttributeTableConfig( const QgsAttributeTa
197197
if ( newColumnMapping.size() == mColumnMapping.size() - removedColumnCount )
198198
{
199199
//the amount of removed column in the model need to be equal removedColumnCount
200-
beginRemoveColumns( QModelIndex(), firstRemovedColumn, firstRemovedColumn+removedColumnCount-1 );
200+
beginRemoveColumns( QModelIndex(), firstRemovedColumn, firstRemovedColumn + removedColumnCount - 1 );
201201
mColumnMapping = newColumnMapping;
202202
endRemoveColumns();
203203
}

0 commit comments

Comments
 (0)
Please sign in to comment.