Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav authored and m-kuhn committed Jul 18, 2017
1 parent 11bb248 commit 7ec8c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetablefiltermodel.cpp
Expand Up @@ -198,7 +198,7 @@ void QgsAttributeTableFilterModel::setAttributeTableConfig( const QgsAttributeTa
if ( newColumnMapping.size() == mColumnMapping.size() - removedColumnCount )
{
//the amount of removed column in the model need to be equal removedColumnCount
beginRemoveColumns( QModelIndex(), firstRemovedColumn, firstRemovedColumn+removedColumnCount-1 );
beginRemoveColumns( QModelIndex(), firstRemovedColumn, firstRemovedColumn + removedColumnCount - 1 );
mColumnMapping = newColumnMapping;
endRemoveColumns();
}
Expand Down

0 comments on commit 7ec8c4a

Please sign in to comment.