Skip to content

Commit 46538ce

Browse files
ismailsunninyalldawson
andcommittedApr 24, 2023
Update src/gui/qgsfieldmappingwidget.h
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
1 parent 0bb7bb7 commit 46538ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎src/gui/qgsfieldmappingwidget.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,12 @@ class GUI_EXPORT QgsFieldMappingWidget : public QgsPanelWidget
144144
//! Moves down the currently selected field
145145
bool moveSelectedFieldsDown( );
146146

147-
//! Invert the field selection state
148-
bool invertSelection( );
147+
/**
148+
* Invert the field selection state.
149+
*
150+
* \since QGIS 3.32
151+
*/
152+
void invertSelection( );
149153

150154
private:
151155

0 commit comments

Comments
 (0)
Please sign in to comment.