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 fef1f0c commit 0506ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsfieldmappingwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ bool QgsFieldMappingWidget::invertSelection()
QModelIndex index = mTableView->model()->index( i, j );
mTableView->selectionModel()->select( index, QItemSelectionModel::Toggle );
}

}
return true;
}
Expand Down

0 comments on commit 0506ab0

Please sign in to comment.