aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-05-20 17:04:57 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-05-20 17:05:14 -0300
commit9d8f595e29419d441b7d00279f12ea4f56742ad4 (patch)
tree7d2f8503121106506edb958fc0b04c9ffb7725c9 /PySide
parent2956c15cb2aec0d0450a4c3272af82a8a2e37450 (diff)
Revert "Fix bug #229."
This reverts commit 5442c99d143fedb2fd7acd02e6e9d6195c16504d. The added function are part of QtGui, not QtCore.
Diffstat (limited to 'PySide')
-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 9e9a45b64..186be106a 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -576,6 +576,10 @@
<rejection class="QAbstractFileEngineIterator" enum-name="EntryInfoType"/>
<rejection class="QDataStream" enum-name="ByteOrder"/>
<namespace-type name="Qt">
+ <modify-function signature="codecForHtml(const QByteArray &amp;)" remove="all"/>
+ <modify-function signature="mightBeRichText(const QString &amp;)" remove="all"/>
+ <modify-function signature="escape(const QString&amp;)" remove="all"/>
+ <modify-function signature="convertFromPlainText(const QString &amp;, Qt::WhiteSpaceMode)" remove="all"/>
<extra-includes>
<include file-name="QTextDocument" location="global"/>
</extra-includes>