File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
67
67
};
68
68
69
69
// ! \brief Get the custom colormap
70
- QList<QgsColorRampShader::ColorRampItem> colorRampItemList () const {return mColorRampItemList .toList ();}
70
+ QList<QgsColorRampShader::ColorRampItem> colorRampItemList () const { return mColorRampItemList .toList (); }
71
71
72
72
// ! \brief Get the color ramp type
73
- QgsColorRampShader::ColorRamp_TYPE colorRampType () const {return mColorRampType ;}
73
+ QgsColorRampShader::ColorRamp_TYPE colorRampType () const { return mColorRampType ; }
74
74
75
75
// \brief Get the color ramp type as a string
76
76
QString colorRampTypeAsQString ();
@@ -79,7 +79,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
79
79
* @note added in QGIS 3.0
80
80
* @see setColorRampName()
81
81
*/
82
- QString colorRampName () const {return mColorRampName ;}
82
+ QString colorRampName () const { return mColorRampName ; }
83
83
84
84
// ! \brief Set custom colormap
85
85
void setColorRampItemList ( const QList<QgsColorRampShader::ColorRampItem>& theList ); // TODO: sort on set
You can’t perform that action at this time.
0 commit comments