mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
remove ownesrhip transfer
This commit is contained in:
parent
c8d1d2d588
commit
c6840bd0e6
@ -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
|
||||
|
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user