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")
Object that controls camera movement based on user input
.. note::
Not available in Python bindings
%End
%TypeHeaderCode

View File

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

View File

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