We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0bb7bb7 commit 46538ceCopy full SHA for 46538ce
src/gui/qgsfieldmappingwidget.h
@@ -144,8 +144,12 @@ class GUI_EXPORT QgsFieldMappingWidget : public QgsPanelWidget
144
//! Moves down the currently selected field
145
bool moveSelectedFieldsDown( );
146
147
- //! Invert the field selection state
148
- bool invertSelection( );
+ /**
+ * Invert the field selection state.
149
+ *
150
+ * \since QGIS 3.32
151
+ */
152
+ void invertSelection( );
153
154
private:
155
0 commit comments