mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Remove incorrect 'not available in python' note
This commit is contained in:
parent
088aea0d0d
commit
6a936472d4
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user