File tree 2 files changed +2
-2
lines changed
python/core/auto_generated/symbology
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ used if the gradient color type is set to ColorRamp.
238
238
.. seealso:: :py:func:`gradientColorType`
239
239
%End
240
240
241
- void setColorRamp( QgsColorRamp *ramp );
241
+ void setColorRamp( QgsColorRamp *ramp /Transfer/ );
242
242
%Docstring
243
243
Sets the color ramp used for the gradient fill. This is only
244
244
used if the gradient color type is set to ColorRamp.
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class CORE_EXPORT QgsGradientFillSymbolLayer : public QgsFillSymbolLayer
250
250
* \see colorRamp()
251
251
* \see setGradientColorType()
252
252
*/
253
- void setColorRamp ( QgsColorRamp *ramp );
253
+ void setColorRamp ( QgsColorRamp *ramp SIP_TRANSFER );
254
254
255
255
// ! Color for endpoint of gradient, only used if the gradient color type is set to SimpleTwoColor
256
256
QColor color2 () const { return mColor2 ; }
You can’t perform that action at this time.
0 commit comments