aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-10-29 11:17:58 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-10-30 14:02:33 -0300
commit6ad39b792bab4953cd0c966e762437fc160331ee (patch)
tree4c15bb16a044cfb384310b719b17ae54d65f6c43 /PySide
parent9c0e56b59893041f0c56928d258bc2f85c917b30 (diff)
removed "QString::arg(char a, int, const QChar &) const" from QtCore's
type system file; since the first argument char type is used as a character the overload decisor gets confused as char is deemed equivalent as a Python integer in nearly all cases; the functionality is not lost since the signature that receives a Python string does the same
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index a679f4060..d87b7eac6 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -925,6 +925,7 @@
<modify-function signature="arg(uint, int, int, const QChar&amp;) const" remove="all"/>
<modify-function signature="arg(ulong, int, int, const QChar&amp;) const" remove="all"/>
<modify-function signature="arg(ushort, int, int, const QChar&amp;) const" remove="all"/>
+ <modify-function signature="arg(char, int, const QChar&amp;) const" remove="all"/>
<add-function signature="__str__()" return-type="PyObject*">
<inject-code class="target" position="beginning">