mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
updating comments
This commit is contained in:
parent
939fcf9ea2
commit
b1fcfad0fa
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user