Skip to content

Commit f4f5f75

Browse files
committed
Remove incorrect TransferThis annotation
1 parent ecfacdf commit f4f5f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/layout/qgslayoutitempage.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class QgsLayoutItemPage : QgsLayoutItem
3434
UndoPageSymbol,
3535
};
3636

37-
explicit QgsLayoutItemPage( QgsLayout *layout /TransferThis/ );
37+
explicit QgsLayoutItemPage( QgsLayout *layout );
3838
%Docstring
3939
Constructor for QgsLayoutItemPage, with the specified parent ``layout``.
4040
%End

src/core/layout/qgslayoutitempage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class CORE_EXPORT QgsLayoutItemPage : public QgsLayoutItem
7474
/**
7575
* Constructor for QgsLayoutItemPage, with the specified parent \a layout.
7676
*/
77-
explicit QgsLayoutItemPage( QgsLayout *layout SIP_TRANSFERTHIS );
77+
explicit QgsLayoutItemPage( QgsLayout *layout );
7878

7979
/**
8080
* Returns a new page item for the specified \a layout.

0 commit comments

Comments
 (0)