Remove incorrect 'not available in python' note

This commit is contained in:
Nyall Dawson 2024-08-27 15:41:07 +10:00
parent 088aea0d0d
commit 6a936472d4
3 changed files with 0 additions and 9 deletions

View File

@ -17,10 +17,6 @@ class QgsCameraController : QObject
{ {
%Docstring(signature="appended") %Docstring(signature="appended")
Object that controls camera movement based on user input Object that controls camera movement based on user input
.. note::
Not available in Python bindings
%End %End
%TypeHeaderCode %TypeHeaderCode

View File

@ -17,10 +17,6 @@ class QgsCameraController : QObject
{ {
%Docstring(signature="appended") %Docstring(signature="appended")
Object that controls camera movement based on user input Object that controls camera movement based on user input
.. note::
Not available in Python bindings
%End %End
%TypeHeaderCode %TypeHeaderCode

View File

@ -52,7 +52,6 @@ class Qgs3DMapScene;
/** /**
* \ingroup 3d * \ingroup 3d
* \brief Object that controls camera movement based on user input * \brief Object that controls camera movement based on user input
* \note Not available in Python bindings
*/ */
#ifndef SIP_RUN #ifndef SIP_RUN
class _3D_EXPORT QgsCameraController : public Qt3DCore::QEntity class _3D_EXPORT QgsCameraController : public Qt3DCore::QEntity