From 46538cef847d805c77c3669869206df463a59b52 Mon Sep 17 00:00:00 2001 From: Ismail Sunni Date: Mon, 24 Apr 2023 21:00:11 +0700 Subject: [PATCH] Update src/gui/qgsfieldmappingwidget.h Co-authored-by: Nyall Dawson --- src/gui/qgsfieldmappingwidget.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gui/qgsfieldmappingwidget.h b/src/gui/qgsfieldmappingwidget.h index ed21c44d4a56..5f6a1c98c06a 100644 --- a/src/gui/qgsfieldmappingwidget.h +++ b/src/gui/qgsfieldmappingwidget.h @@ -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: