aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-01-22 01:58:35 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-01-22 15:13:53 -0200
commit2992bb3fb8a6162061a3834031ae56ed4ed7e990 (patch)
tree45f443ca61a8a0be4494495a8ce9b716d5633af6 /PySide/QtCore
parent03287b8d01e4c0536425e8339f7af50066b06351 (diff)
Remove redundant QChar ctors.
Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index c799f2ac0..c0dcad08f 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1068,6 +1068,10 @@
<modify-function signature="operator=(const QString*)" remove="all" />
</value-type>
<value-type name="QChar" hash-function="qHash">
+ <modify-function signature="QChar(uchar)" remove="all"/>
+ <modify-function signature="QChar(short)" remove="all"/>
+ <modify-function signature="QChar(ushort)" remove="all"/>
+ <modify-function signature="QChar(uint)" remove="all"/>
<modify-function signature="combiningClass(uint)" remove="all"/>
<modify-function signature="combiningClass(ushort)" remove="all"/>
<modify-function signature="decomposition(uint)" remove="all"/>