Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 30, 2024
1 parent 81b1453 commit 0c338f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ Constructor for QgsColorRampTransformer.
:param maxValue: maximum expected value
:param ramp: source color ramp. Ownership is transferred to the transformer.
:param nullColor: color to return for null values
:param rampName: name of the source color ramp
:param rampName: name of the source color ramp (since QGIS 3.36)
%End

QgsColorRampTransformer( const QgsColorRampTransformer &other );
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgspropertytransformer.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ Constructor for QgsColorRampTransformer.
:param maxValue: maximum expected value
:param ramp: source color ramp. Ownership is transferred to the transformer.
:param nullColor: color to return for null values
:param rampName: name of the source color ramp
:param rampName: name of the source color ramp (since QGIS 3.36)
%End

QgsColorRampTransformer( const QgsColorRampTransformer &other );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgspropertytransformer.h
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class CORE_EXPORT QgsColorRampTransformer : public QgsPropertyTransformer
* \param maxValue maximum expected value
* \param ramp source color ramp. Ownership is transferred to the transformer.
* \param nullColor color to return for null values
* \param rampName name of the source color ramp
* \param rampName name of the source color ramp (since QGIS 3.36)
*/
QgsColorRampTransformer( double minValue = 0.0,
double maxValue = 1.0,
Expand Down

0 comments on commit 0c338f1

Please sign in to comment.