aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-15 17:14:51 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-15 17:14:51 -0300
commita52c12000eaaf6ead140af1e8158aad9a6af4872 (patch)
tree4153d2897ab3ef6b2223fed5dfd0ea13171fd239 /PySide
parent50678706032259f37942eea03429e86af685eedb (diff)
Removed QData functions with int pointers in their arguments
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 0cc0f937c..9496ed0f6 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -975,6 +975,8 @@
<value-type name="QByteArrayMatcher"/>
<value-type name="QDate">
<modify-function signature="julianToGregorian(uint,int&amp;,int&amp;,int&amp;)" remove="all"/>
+ <modify-function signature="weekNumber(int*)const" remove="all" /> <!-- FIXME: return a tuple -->
+ <modify-function signature="getDate(int*, int*, int*)" remove="all" /> <!-- FIXME: return a tuple -->
</value-type>
<value-type name="QDateTime"/>
<value-type name="QDir">