aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@gmail.com>2011-12-08 16:11:31 +0000
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:18 -0300
commit508e59c0910752d6d745a659e792ce91401875b7 (patch)
tree7e6c275d2c0f5f8eac829b4c7011ae20427a25e3 /PySide/QtCore
parent93bb5d777e6db0ba8d2b216832bf4211476c581e (diff)
Fix BUG #1063
Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Willer Moreira <willer.moreira@openbossa.org> Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtCore')
-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 9ac07f6fe..a1a306817 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2904,6 +2904,7 @@
<modify-function signature="operator&lt;&lt;(QBool)" remove="all"/>
<modify-function signature="operator&lt;&lt;(unsigned int)" remove="all"/>
<modify-function signature="operator&lt;&lt;(unsigned short)" remove="all"/>
+ <modify-function signature="operator&lt;&lt;(const char*)" remove="all"/>
<modify-function signature="operator&gt;&gt;(char*)" remove="all"/>
<modify-function signature="operator&gt;&gt;(char&amp;)" remove="all"/>