Skip to content

Commit

Permalink
Update src/gui/qgsfieldmappingwidget.h
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 0bb7bb7 commit 46538ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/gui/qgsfieldmappingwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,12 @@ class GUI_EXPORT QgsFieldMappingWidget : public QgsPanelWidget
//! Moves down the currently selected field
bool moveSelectedFieldsDown( );

//! Invert the field selection state
bool invertSelection( );
/**
* Invert the field selection state.
*
* \since QGIS 3.32
*/
void invertSelection( );

private:

Expand Down

0 comments on commit 46538ce

Please sign in to comment.