remove ownesrhip transfer

This commit is contained in:
Denis Rouzaud 2018-02-05 07:26:08 -04:00
parent c8d1d2d588
commit c6840bd0e6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 );
}