Skip to content

Commit

Permalink
Fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Mar 31, 2021
1 parent f402840 commit 61dbc69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/gui/auto_generated/qgsmapcanvas.sip.in
Expand Up @@ -1046,9 +1046,9 @@ Emitted when the scale locked state of the map changes

:param locked: true if the scale is locked

.. versionadded:: 3.18

.. seealso:: :py:func:`setScaleLocked`

.. versionadded:: 3.18
%End


Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.h
Expand Up @@ -956,8 +956,8 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
/**
* Emitted when the scale locked state of the map changes
* \param locked true if the scale is locked
* \since QGIS 3.18
* \see setScaleLocked
* \since QGIS 3.18
*/
void scaleLockChanged( bool locked );

Expand Down

0 comments on commit 61dbc69

Please sign in to comment.