Skip to content

Commit

Permalink
Update src/gui/qgsfieldmappingwidget.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
ismailsunni and nyalldawson committed Apr 24, 2023
1 parent 4373ac6 commit fef1f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsfieldmappingwidget.cpp
Expand Up @@ -150,7 +150,6 @@ bool QgsFieldMappingWidget::removeSelectedFields()

bool QgsFieldMappingWidget::invertSelection()
{

for ( int i = 0; i < mTableView->model()->rowCount(); ++i )
{
for ( int j = 0; j < mTableView->model()->columnCount(); j++ )
Expand Down

0 comments on commit fef1f0c

Please sign in to comment.