fix docstring

This commit is contained in:
uclaros 2024-12-11 15:40:34 +02:00 committed by Martin Dobias
parent f76c3e1e9d
commit c93b51cf28
3 changed files with 0 additions and 3 deletions

View File

@ -229,7 +229,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`

View File

@ -229,7 +229,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`

View File

@ -256,7 +256,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.