mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-06 00:03:16 -05:00
Add missing transfer annotation
This commit is contained in:
parent
804bf021cc
commit
ae4c1b0d2a
@ -390,7 +390,7 @@ Returns the current paint effect for the renderer.
|
|||||||
.. versionadded:: 2.9
|
.. versionadded:: 2.9
|
||||||
%End
|
%End
|
||||||
|
|
||||||
void setPaintEffect( QgsPaintEffect *effect );
|
void setPaintEffect( QgsPaintEffect *effect /Transfer/ );
|
||||||
%Docstring
|
%Docstring
|
||||||
Sets the current paint effect for the renderer.
|
Sets the current paint effect for the renderer.
|
||||||
|
|
||||||
|
|||||||
@ -415,7 +415,7 @@ class CORE_EXPORT QgsFeatureRenderer
|
|||||||
* \see paintEffect
|
* \see paintEffect
|
||||||
* \since QGIS 2.9
|
* \since QGIS 2.9
|
||||||
*/
|
*/
|
||||||
void setPaintEffect( QgsPaintEffect *effect );
|
void setPaintEffect( QgsPaintEffect *effect SIP_TRANSFER );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether the renderer must render as a raster.
|
* Returns whether the renderer must render as a raster.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user