mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Add missing TransferThis annotation
This commit is contained in:
parent
c66026886e
commit
54d1a93c17
@ -6,7 +6,7 @@ class QgsLayoutManager : QObject
|
|||||||
%End
|
%End
|
||||||
public:
|
public:
|
||||||
|
|
||||||
explicit QgsLayoutManager( QgsProject* project = 0 );
|
explicit QgsLayoutManager( QgsProject* project /TransferThis/ = 0 );
|
||||||
|
|
||||||
~QgsLayoutManager();
|
~QgsLayoutManager();
|
||||||
bool addComposition( QgsComposition* composition /Transfer/ );
|
bool addComposition( QgsComposition* composition /Transfer/ );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user