updating comments

This commit is contained in:
jonathanlurie 2025-06-20 10:24:06 +02:00
parent 939fcf9ea2
commit b1fcfad0fa
3 changed files with 11 additions and 3 deletions

View File

@ -366,7 +366,10 @@ Constructor for QgsProcessingParameterDefinition.
virtual QColor modelColor() const;
%Docstring
A color to represent the default parameter
Returns the color to use for the parameter type in model designer
windows.
.. versionadded:: 4.0
%End
virtual QString userFriendlyString( QVariant &value ) const;

View File

@ -366,7 +366,10 @@ Constructor for QgsProcessingParameterDefinition.
virtual QColor modelColor() const;
%Docstring
A color to represent the default parameter
Returns the color to use for the parameter type in model designer
windows.
.. versionadded:: 4.0
%End
virtual QString userFriendlyString( QVariant &value ) const;

View File

@ -462,7 +462,9 @@ class CORE_EXPORT QgsProcessingParameterDefinition
virtual ~QgsProcessingParameterDefinition() = default;
/**
* A color to represent the default parameter
* Returns the color to use for the parameter type in model designer windows.
*
* \since QGIS 4.0
*/
virtual QColor modelColor() const;