fix docstring

This commit is contained in:
uclaros 2025-10-02 09:59:34 +03:00
parent 480e4a921a
commit 4f6bb426e8
3 changed files with 0 additions and 9 deletions

View File

@ -16,10 +16,6 @@ class Qgs3DMapTool : QObject
%Docstring(signature="appended")
Base class for map tools operating on 3D map canvas.
.. note::
Not available in Python bindings
.. versionadded:: 4.0
%End

View File

@ -16,10 +16,6 @@ class Qgs3DMapTool : QObject
%Docstring(signature="appended")
Base class for map tools operating on 3D map canvas.
.. note::
Not available in Python bindings
.. versionadded:: 4.0
%End

View File

@ -29,7 +29,6 @@ class QWheelEvent;
/**
* \ingroup qgis_3d
* \brief Base class for map tools operating on 3D map canvas.
* \note Not available in Python bindings
* \since QGIS 4.0 (since QGIS 3.36 in QGIS_3D library, since QGIS 3.4 in QGIS_APP library)
*/
class _3D_EXPORT Qgs3DMapTool : public QObject