aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-15 14:20:14 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-15 15:02:44 -0300
commit08f4e12d8c1b16a4c049133e7b7aed5e6529a1d4 (patch)
tree4b4be5828e5a5baabadfa7017c0e1acecf942531 /PySide
parentd753c1cf52dfda27fb251366ee754017e2f68a44 (diff)
Removed function QTranslator::load(uchar*, int)
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 76d74fb15..1eb3840d9 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1577,9 +1577,8 @@
</object-type>
<object-type name="QTimeLine"/>
<object-type name="QTranslator">
- <modify-function signature="translate(const char*,const char*,const char*,int)const">
- <remove/>
- </modify-function>
+ <modify-function signature="translate(const char*,const char*,const char*,int)const" remove="all" />
+ <modify-function signature="load(const uchar*, int)" remove="all" />
</object-type>
<object-type name="QWaitCondition">
<modify-function signature="wait(QMutex*, unsigned long)" allow-thread="yes"/>