File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class QgsLayoutItemPage : QgsLayoutItem
34
34
UndoPageSymbol,
35
35
};
36
36
37
- explicit QgsLayoutItemPage( QgsLayout *layout /TransferThis/ );
37
+ explicit QgsLayoutItemPage( QgsLayout *layout );
38
38
%Docstring
39
39
Constructor for QgsLayoutItemPage, with the specified parent ``layout``.
40
40
%End
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class CORE_EXPORT QgsLayoutItemPage : public QgsLayoutItem
74
74
/* *
75
75
* Constructor for QgsLayoutItemPage, with the specified parent \a layout.
76
76
*/
77
- explicit QgsLayoutItemPage ( QgsLayout *layout SIP_TRANSFERTHIS );
77
+ explicit QgsLayoutItemPage ( QgsLayout *layout );
78
78
79
79
/* *
80
80
* Returns a new page item for the specified \a layout.
You can’t perform that action at this time.
0 commit comments