aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2009-09-16 18:51:20 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2009-09-16 18:51:20 -0300
commitf694b06457a9c59588576574443ff3b083ce420d (patch)
treedab5fc678579f1f79401c3693c822c342775a11a /PySide
parent9ce7305ff351aa10fa9fecf7daf9ef2a5346c859 (diff)
Workaround to avoid bug#65.
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index b2143401d..8ec885a53 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1658,6 +1658,9 @@
<!--### Obsolete in 4.3-->
<modify-function signature="setReadChannelMode(QProcess::ProcessChannelMode)" remove="all"/>
<!--### Obsolete in 4.3-->
+ <!-- FIXME: Removing to avoid bug #65 -->
+ <modify-function signature="startDetached(QString,QStringList,QString,qint64*)" remove="all" />
+ <!-- Removing to avoid bug #65 -->
</object-type>
<object-type name="QSignalMapper">
<modify-function signature="mapped(const QString &amp;)">