aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-02-09 14:42:15 +0100
committerLiang Qi <liang.qi@qt.io>2017-02-15 12:35:46 +0000
commitd0ec9f6aa22b203d22f5a23e8404ab764f77cf2a (patch)
tree2e1f65238104995028c01c3c660292f9a3225428 /PySide2
parent1c9637a766a9ab9fc93259f2d19a6c11dd81121d (diff)
Add QOpenGLBuffer to typesystem
Task-number: PYSIDE-459 Change-Id: I6aebe33f440ca43f37aa5f591eeffc9395774593 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'PySide2')
-rw-r--r--PySide2/QtGui/CMakeLists.txt1
-rw-r--r--PySide2/QtGui/typesystem_gui_common.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/PySide2/QtGui/CMakeLists.txt b/PySide2/QtGui/CMakeLists.txt
index 490db0ad..47967e5c 100644
--- a/PySide2/QtGui/CMakeLists.txt
+++ b/PySide2/QtGui/CMakeLists.txt
@@ -96,6 +96,7 @@ ${QtGui_GEN_DIR}/qstandarditem_wrapper.cpp
${QtGui_GEN_DIR}/qstandarditemmodel_wrapper.cpp
${QtGui_GEN_DIR}/qstatustipevent_wrapper.cpp
${QtGui_GEN_DIR}/qstringlistmodel_wrapper.cpp
+${QtGui_GEN_DIR}/qopenglbuffer_wrapper.cpp
${QtGui_GEN_DIR}/qopenglcontext_wrapper.cpp
${QtGui_GEN_DIR}/qaccessible_wrapper.cpp
${QtGui_GEN_DIR}/qaccessible_state_wrapper.cpp
diff --git a/PySide2/QtGui/typesystem_gui_common.xml b/PySide2/QtGui/typesystem_gui_common.xml
index 5a670a4d..cb5c6579 100644
--- a/PySide2/QtGui/typesystem_gui_common.xml
+++ b/PySide2/QtGui/typesystem_gui_common.xml
@@ -3241,6 +3241,12 @@
</value-type>
<object-type name="QAccessibleInterface">
</object-type>
+ <object-type name="QOpenGLBuffer" since="5.0">
+ <enum-type name="Access" />
+ <enum-type name="RangeAccessFlag" flags="RangeAccessFlags" />
+ <enum-type name="Type" />
+ <enum-type name="UsagePattern" />
+ </object-type>
<object-type name="QOpenGLContext">
<enum-type name="OpenGLModuleType" />
</object-type>