Skip to content

Commit

Permalink
Connection is transferred
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 4, 2022
1 parent 6af57f7 commit 41588ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -1640,7 +1640,7 @@ creating a new browser model for every use.
.. versionadded:: 3.4
%End

virtual void setGpsPanelConnection( QgsGpsConnection *connection ) = 0;
virtual void setGpsPanelConnection( QgsGpsConnection *connection /Transfer/ ) = 0;
%Docstring
Sets a GPS ``connection`` to use within the GPS Panel widget.

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgisinterface.h
Expand Up @@ -1388,7 +1388,7 @@ class GUI_EXPORT QgisInterface : public QObject
*
* \since QGIS 3.16
*/
virtual void setGpsPanelConnection( QgsGpsConnection *connection ) = 0;
virtual void setGpsPanelConnection( QgsGpsConnection *connection SIP_TRANSFER ) = 0;

signals:

Expand Down

0 comments on commit 41588ca

Please sign in to comment.