mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
fix docstring
This commit is contained in:
parent
f76c3e1e9d
commit
c93b51cf28
@ -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`
|
||||
|
||||
|
@ -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`
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user