Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen link
  • Loading branch information
wonder-sk committed Sep 19, 2018
1 parent 2da7058 commit 1390198
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/qgsmaptoolidentify.sip.in
Expand Up @@ -174,7 +174,7 @@ results. Currently only search radius may be overridden.
When the custom identification has finished, restoreCanvasPropertiesOverrides() should
be called to erase any overrides.

.. seealso:: :py:func:`restoreCanvasProperties`
.. seealso:: :py:func:`restoreCanvasPropertiesOverrides`

.. versionadded:: 3.4
%End
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmaptoolidentify.h
Expand Up @@ -177,7 +177,7 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
*
* When the custom identification has finished, restoreCanvasPropertiesOverrides() should
* be called to erase any overrides.
* \see restoreCanvasProperties()
* \see restoreCanvasPropertiesOverrides()
* \since QGIS 3.4
*/
void setCanvasPropertiesOverrides( double searchRadiusMapUnits );
Expand Down

0 comments on commit 1390198

Please sign in to comment.