Skip to content

Commit

Permalink
Remove incorrect TransferThis annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 17, 2017
1 parent ecfacdf commit f4f5f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/layout/qgslayoutitempage.sip
Expand Up @@ -34,7 +34,7 @@ class QgsLayoutItemPage : QgsLayoutItem
UndoPageSymbol,
};

explicit QgsLayoutItemPage( QgsLayout *layout /TransferThis/ );
explicit QgsLayoutItemPage( QgsLayout *layout );
%Docstring
Constructor for QgsLayoutItemPage, with the specified parent ``layout``.
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutitempage.h
Expand Up @@ -74,7 +74,7 @@ class CORE_EXPORT QgsLayoutItemPage : public QgsLayoutItem
/**
* Constructor for QgsLayoutItemPage, with the specified parent \a layout.
*/
explicit QgsLayoutItemPage( QgsLayout *layout SIP_TRANSFERTHIS );
explicit QgsLayoutItemPage( QgsLayout *layout );

/**
* Returns a new page item for the specified \a layout.
Expand Down

0 comments on commit f4f5f75

Please sign in to comment.