aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtOpenGL
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-12 19:00:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:21 -0300
commitf592efca989138d4bf25fedd60f3e4483c4722c4 (patch)
treeaa784c73b2ef6b8c371e1360434748744b3f8ba5 /PySide/QtOpenGL
parent93ea992d35224a28a70c3c189366b5c4c8ed85fc (diff)
Add since attribute for classes and enums added on Qt4.6 and Qt4.7.
Diffstat (limited to 'PySide/QtOpenGL')
-rw-r--r--PySide/QtOpenGL/typesystem_opengl.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/PySide/QtOpenGL/typesystem_opengl.xml b/PySide/QtOpenGL/typesystem_opengl.xml
index 6855bf38d..b694400ee 100644
--- a/PySide/QtOpenGL/typesystem_opengl.xml
+++ b/PySide/QtOpenGL/typesystem_opengl.xml
@@ -44,7 +44,7 @@
<rejection class="QGLContext" field-name="currentCtx" />
<object-type name="QGLContext">
- <enum-type name="BindOption" flags="BindOptions"/>
+ <enum-type name="BindOption" flags="BindOptions" since="4.6"/>
<modify-function signature="chooseContext(const QGLContext*)">
<modify-argument index="1" invalidate-after-use="yes"/>
</modify-function>
@@ -87,11 +87,11 @@
<!-- ### -->
</object-type>
- <value-type name="QGLFramebufferObjectFormat"/>
- <object-type name="QGLShader">
+ <value-type name="QGLFramebufferObjectFormat" since="4.6"/>
+ <object-type name="QGLShader" since="4.6">
<enum-type name="ShaderTypeBit" flags="ShaderType"/>
</object-type>
- <object-type name="QGLShaderProgram">
+ <object-type name="QGLShaderProgram" since="4.6">
<!-- ### Use QMatrixZxY overloads -->
<modify-function signature="setUniformValue(int, Array)" remove="all" />
<modify-function signature="setUniformValue(const char*, Array)" remove="all" />