Skip to content

Commit 1390198

Browse files
committedSep 19, 2018
Fix doxygen link
1 parent 2da7058 commit 1390198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/gui/auto_generated/qgsmaptoolidentify.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ results. Currently only search radius may be overridden.
174174
When the custom identification has finished, restoreCanvasPropertiesOverrides() should
175175
be called to erase any overrides.
176176

177-
.. seealso:: :py:func:`restoreCanvasProperties`
177+
.. seealso:: :py:func:`restoreCanvasPropertiesOverrides`
178178

179179
.. versionadded:: 3.4
180180
%End

‎src/gui/qgsmaptoolidentify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
177177
*
178178
* When the custom identification has finished, restoreCanvasPropertiesOverrides() should
179179
* be called to erase any overrides.
180-
* \see restoreCanvasProperties()
180+
* \see restoreCanvasPropertiesOverrides()
181181
* \since QGIS 3.4
182182
*/
183183
void setCanvasPropertiesOverrides( double searchRadiusMapUnits );

0 commit comments

Comments
 (0)
Please sign in to comment.