Skip to content

Commit 54d1a93

Browse files
committedMar 21, 2017
Add missing TransferThis annotation
1 parent c660268 commit 54d1a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/composer/qgslayoutmanager.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class QgsLayoutManager : QObject
66
%End
77
public:
88

9-
explicit QgsLayoutManager( QgsProject* project = 0 );
9+
explicit QgsLayoutManager( QgsProject* project /TransferThis/ = 0 );
1010

1111
~QgsLayoutManager();
1212
bool addComposition( QgsComposition* composition /Transfer/ );

0 commit comments

Comments
 (0)
Please sign in to comment.