Add missing TransferThis annotation

This commit is contained in:
Nyall Dawson 2017-03-19 13:15:32 +10:00
parent c66026886e
commit 54d1a93c17

View File

@ -6,7 +6,7 @@ class QgsLayoutManager : QObject
%End
public:
explicit QgsLayoutManager( QgsProject* project = 0 );
explicit QgsLayoutManager( QgsProject* project /TransferThis/ = 0 );
~QgsLayoutManager();
bool addComposition( QgsComposition* composition /Transfer/ );