Skip to content

Commit

Permalink
Added since QGIS 3.34 in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and nyalldawson committed Sep 12, 2023
1 parent 20a92a8 commit 8f8cfa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -793,7 +793,9 @@ The ``variables`` list should contain the variable names only, without the usual
%Docstring
Default gui value for an algorithm parameter from settings

:return: default value from settings or null QVariant if there is no default value defined in the settings
:return: default value from settings or invalid QVariant if there is no default value defined in the settings

.. versionadded:: 3.34
%End


Expand Down
1 change: 1 addition & 0 deletions src/core/processing/qgsprocessingparameters.h
Expand Up @@ -900,6 +900,7 @@ class CORE_EXPORT QgsProcessingParameterDefinition
* Default gui value for an algorithm parameter from settings
*
* \return default value from settings or invalid QVariant if there is no default value defined in the settings
* \since QGIS 3.34
*/
QVariant defaultGuiValueFromSetting() const;

Expand Down

0 comments on commit 8f8cfa9

Please sign in to comment.