Skip to content

Commit

Permalink
remove ownesrhip transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 5, 2018
1 parent c8d1d2d commit c6840bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsoptionswidgetfactory.sip.in
Expand Up @@ -51,7 +51,7 @@ QgsSettings objects). This is usually called when the options dialog is accepted

protected:

void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget /Transfer/ );
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget );
%Docstring
Register a highlight widget to be used to search and highlight text in
options dialogs. This can be used to provide a custom implementation of
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsoptionswidgetfactory.h
Expand Up @@ -75,7 +75,7 @@ class GUI_EXPORT QgsOptionsPageWidget : public QWidget
* options dialogs. This can be used to provide a custom implementation of
* QgsOptionsDialogHighlightWidget.
*/
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget SIP_TRANSFER )
void registerHighlightWidget( QgsOptionsDialogHighlightWidget *highlightWidget )
{
mHighlighWidgets.insert( highlightWidget->widget(), highlightWidget );
}
Expand Down

0 comments on commit c6840bd

Please sign in to comment.