From e8ed43e4483949cb117bb4386065b452f4639115 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 25 Jun 2021 12:54:17 +1000 Subject: [PATCH] Add since --- src/gui/raster/qgsrasterlayerproperties.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/raster/qgsrasterlayerproperties.h b/src/gui/raster/qgsrasterlayerproperties.h index 19f66f68163..abe9e1368d6 100644 --- a/src/gui/raster/qgsrasterlayerproperties.h +++ b/src/gui/raster/qgsrasterlayerproperties.h @@ -101,16 +101,19 @@ class GUI_EXPORT QgsRasterLayerProperties : public QgsOptionsDialogBase, private * Registers a property override button, setting up its initial value, connections and description. * \param button button to register * \param key corresponding data defined property key + * \since QGIS 3.22 */ void initializeDataDefinedButton( QgsPropertyOverrideButton *button, QgsRasterPipe::Property key ); /** * Updates all property override buttons to reflect the widgets's current properties. + * \since QGIS 3.22 */ void updateDataDefinedButtons(); /** * Updates a specific property override \a button to reflect the widgets's current properties. + * \since QGIS 3.22 */ void updateDataDefinedButton( QgsPropertyOverrideButton *button );