mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
fix docstring
This commit is contained in:
parent
480e4a921a
commit
4f6bb426e8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user