Skip to content

Commit

Permalink
Add since
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 25, 2021
1 parent 8c9d008 commit e8ed43e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/raster/qgsrasterlayerproperties.h
Expand Up @@ -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 );

Expand Down

0 comments on commit e8ed43e

Please sign in to comment.