Skip to content

Commit c6840bd

Browse files
committed
remove ownesrhip transfer
1 parent c8d1d2d commit c6840bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/qgsoptionswidgetfactory.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ QgsSettings objects). This is usually called when the options dialog is accepted
5151

5252
protected:
5353

54-
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget /Transfer/ );
54+
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget );
5555
%Docstring
5656
Register a highlight widget to be used to search and highlight text in
5757
options dialogs. This can be used to provide a custom implementation of

src/gui/qgsoptionswidgetfactory.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class GUI_EXPORT QgsOptionsPageWidget : public QWidget
7575
* options dialogs. This can be used to provide a custom implementation of
7676
* QgsOptionsDialogHighlightWidget.
7777
*/
78-
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget SIP_TRANSFER )
78+
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget )
7979
{
8080
mHighlighWidgets.insert( highlightWidget->widget(), highlightWidget );
8181
}

0 commit comments

Comments
 (0)