Skip to content

Commit

Permalink
Update src/gui/qgsmaptool.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
YoannQDQ and nyalldawson committed Apr 24, 2023
1 parent a2b83e4 commit b2b68b5
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/qgsmaptool.sip.in
Expand Up @@ -184,7 +184,7 @@ called when map tool is being deactivated
%Docstring
Called when the map tool is being activated while it is already active.

The default implementation does nothing.
The default implementation emits the reactivated () signal.

.. versionadded:: 3.32
%End
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmaptool.h
Expand Up @@ -195,7 +195,7 @@ class GUI_EXPORT QgsMapTool : public QObject
/**
* Called when the map tool is being activated while it is already active.
*
* The default implementation does nothing.
* The default implementation emits the reactivated () signal.
* \since QGIS 3.32
*/
virtual void reactivate();
Expand Down

0 comments on commit b2b68b5

Please sign in to comment.