diff options
Diffstat (limited to 'sources/pyside6/PySide6/QtGraphs')
| -rw-r--r-- | sources/pyside6/PySide6/QtGraphs/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml | 6 |
2 files changed, 1 insertions, 8 deletions
diff --git a/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt b/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt index 751f8108e..96977e874 100644 --- a/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt +++ b/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt @@ -31,9 +31,6 @@ ${QtGraphs_GEN_DIR}/qsurface3dseries_wrapper.cpp ${QtGraphs_GEN_DIR}/qsurfacedataitem_wrapper.cpp ${QtGraphs_GEN_DIR}/qsurfacedataproxy_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dbars_wrapper.cpp -${QtGraphs_GEN_DIR}/q3dcamera_wrapper.cpp -${QtGraphs_GEN_DIR}/q3dlight_wrapper.cpp -${QtGraphs_GEN_DIR}/q3dobject_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dscatter_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dscene_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dsurface_wrapper.cpp diff --git a/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml b/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml index a0c22cf9c..49993123b 100644 --- a/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml +++ b/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml @@ -133,11 +133,6 @@ </modify-argument> </modify-function> </object-type> - <object-type name="Q3DCamera"> - <enum-type name="CameraPreset"/> - </object-type> - <object-type name="Q3DLight"/> - <object-type name="Q3DObject"/> <object-type name="Q3DScatter"> <modify-function signature="addAxis(QValue3DAxis*)"> <modify-argument index="1"> @@ -201,6 +196,7 @@ <enum-type name="RenderingMode"/> <enum-type name="SelectionFlag" flags="SelectionFlags"/> <enum-type name="ShadowQuality"/> + <enum-type name="CameraPreset" since="6.7"/> <modify-function signature="addCustomItem(QCustom3DItem*)"> <modify-argument index="1"> <parent index="this" action="add"/> |
