Skip to content

Commit 7ec8c4a

Browse files
signedavm-kuhn
authored andcommitted
Codestyle
1 parent 11bb248 commit 7ec8c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/attributetable/qgsattributetablefiltermodel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ void QgsAttributeTableFilterModel::setAttributeTableConfig( const QgsAttributeTa
198198
if ( newColumnMapping.size() == mColumnMapping.size() - removedColumnCount )
199199
{
200200
//the amount of removed column in the model need to be equal removedColumnCount
201-
beginRemoveColumns( QModelIndex(), firstRemovedColumn, firstRemovedColumn+removedColumnCount-1 );
201+
beginRemoveColumns( QModelIndex(), firstRemovedColumn, firstRemovedColumn + removedColumnCount - 1 );
202202
mColumnMapping = newColumnMapping;
203203
endRemoveColumns();
204204
}

0 commit comments

Comments
 (0)