mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04: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
|
||||
%End
|
||||
|
||||
void setPaintEffect( QgsPaintEffect *effect );
|
||||
void setPaintEffect( QgsPaintEffect *effect /Transfer/ );
|
||||
%Docstring
|
||||
Sets the current paint effect for the renderer.
|
||||
|
||||
|
@ -415,7 +415,7 @@ class CORE_EXPORT QgsFeatureRenderer
|
||||
* \see paintEffect
|
||||
* \since QGIS 2.9
|
||||
*/
|
||||
void setPaintEffect( QgsPaintEffect *effect );
|
||||
void setPaintEffect( QgsPaintEffect *effect SIP_TRANSFER );
|
||||
|
||||
/**
|
||||
* Returns whether the renderer must render as a raster.
|
||||
|
Loading…
x
Reference in New Issue
Block a user