aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtQuick/typesystem_quick.xml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-08-23 13:37:00 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-09-13 14:19:50 +0000
commit09d9cc162e89498d1e6424420ab288b4fba8ed6f (patch)
tree3763db01bb31c62bc9cb263cca21a64dbc144403 /sources/pyside2/PySide2/QtQuick/typesystem_quick.xml
parent8eca5916a7534b3cb25a84501cadc1f056ceb8d8 (diff)
QtQuick: No longer declare GLuint to be a primitive type
This fixes warnings like: qt.shiboken: (quickwidgets) signature 'glProgramUniformMatrix4x3fv(uint,int,int,unsigned char,const float*)' for function modification in 'QOpenGLExtraFunctions' not found. Possible candidates: glProgramUniformMatrix4x3fv(GLuint,int,int,unsigned char,const float*) in QOpenGLExtraFunctions which are produced by the QtQuickWidgets module including the QtGui module (with generate="no"). Due to primitive type declaration, the typedef is not resolved, which causes the mismatch and the confusing yet harmless warning. Amends eb28469e920696a1d0833c55b5c20c5c5a6f9d5e. Change-Id: Ic22f7c7dd0ca009cf42ea8a5f1b2513b8727c3e6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2/QtQuick/typesystem_quick.xml')
-rw-r--r--sources/pyside2/PySide2/QtQuick/typesystem_quick.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside2/PySide2/QtQuick/typesystem_quick.xml b/sources/pyside2/PySide2/QtQuick/typesystem_quick.xml
index 4cee02eec..439c0bba7 100644
--- a/sources/pyside2/PySide2/QtQuick/typesystem_quick.xml
+++ b/sources/pyside2/PySide2/QtQuick/typesystem_quick.xml
@@ -45,7 +45,6 @@
<load-typesystem name="typesystem_gui.xml" generate="no"/>
<load-typesystem name="typesystem_qml.xml" generate="no"/>
- <primitive-type name="GLuint"/>
<smart-pointer-type name="QSharedPointer" type="shared" getter="data" />
<extra-includes>