aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-09-21 11:07:00 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:19 -0300
commit3318a40ab1337e79979ff58814cae5f030db9e75 (patch)
tree026aaae56aa68f5a39cdae93c443d5c3a6374761
parentba062e1b89ddee4bb1a4ed28225b2da98d1004b5 (diff)
Some method signatures were removed.
They were removed because used pointers to primitive types without proper user defined handling. Future assessment must be done to tell if removal is enough, or other changes are needed.
-rw-r--r--PySide/QtOpenGL/typesystem_opengl.xml8
-rw-r--r--PySide/QtXmlPatterns/typesystem_xmlpatterns.xml4
2 files changed, 11 insertions, 1 deletions
diff --git a/PySide/QtOpenGL/typesystem_opengl.xml b/PySide/QtOpenGL/typesystem_opengl.xml
index 043b2f565..808ed2298 100644
--- a/PySide/QtOpenGL/typesystem_opengl.xml
+++ b/PySide/QtOpenGL/typesystem_opengl.xml
@@ -190,7 +190,6 @@
</inject-code>
</modify-function>
-
<!-- setUniformValueArray -->
<modify-function signature="setUniformValueArray(int, const int*, int)" rename="setUniformValueArrayInt">
<modify-argument index="2" >
@@ -640,6 +639,13 @@
</inject-code>
</modify-function>
+ <!-- ### TODO: must evaluate if anything other than removal should be done. -->
+ <modify-function signature="setAttributeArray(int,const float*,int,int)" remove="all" />
+ <modify-function signature="setAttributeArray(const char*,const float*,int,int)" remove="all" />
+ <modify-function signature="setUniformValueArray(int,const float*,int,int)" remove="all" />
+ <modify-function signature="setUniformValueArray(const char*,const float*,int,int)" remove="all" />
+ <!-- ### -->
+
<!-- ### Use QMatrixZxY overloads -->
<modify-function signature="setUniformValue(int,Array)" remove="all" />
<modify-function signature="setUniformValue(const char*,Array)" remove="all" />
diff --git a/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml b/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
index 98e51d313..d3ae58faf 100644
--- a/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
+++ b/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
@@ -87,7 +87,11 @@
</value-type>
<value-type name="QXmlQuery">
+ <!-- ### TODO: must evaluate if anything other than removal is needed. -->
<enum-type name="QueryLanguage" />
+ <modify-function signature="evaluateTo(QStringList*)const" remove="all" />
+ <modify-function signature="evaluateTo(QString*)const" remove="all" />
+ <!-- ### -->
</value-type>
<object-type name="QXmlResultItems" />
<object-type name="QXmlSerializer" />