Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Dec 11, 2024
1 parent e4bc7ba commit 9c5900a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ When the custom identification has finished, :py:func:`~QgsMapToolIdentify.resto
be called to erase any overrides.

:param searchRadiusMapUnits: The overridden search radius in map units
:param skip3DLayers: Optional override to skip identify results from layers that have a 3d renderer set (since QGIS 3.42)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ When the custom identification has finished, :py:func:`~QgsMapToolIdentify.resto
be called to erase any overrides.

:param searchRadiusMapUnits: The overridden search radius in map units
:param skip3DLayers: Optional override to skip identify results from layers that have a 3d renderer set (since QGIS 3.42)

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

Expand Down
1 change: 0 additions & 1 deletion src/gui/maptools/qgsmaptoolidentify.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
* be called to erase any overrides.
*
* \param searchRadiusMapUnits The overridden search radius in map units
* \param skip3DLayers Optional override to skip identify results from layers that have a 3d renderer set (since QGIS 3.42)
* \see restoreCanvasPropertiesOverrides()
* \since QGIS 3.4
* \deprecated QGIS 3.42. Use setPropertiesOverrides() instead.
Expand Down

0 comments on commit 9c5900a

Please sign in to comment.