aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-15 16:53:30 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-15 16:53:30 -0300
commitd9b029098c0aee475310841f2d2746c3739b99f7 (patch)
tree8f0a1b617bc6ca206bffba47dd1399b010efcb89 /PySide/QtCore
parent08f4e12d8c1b16a4c049133e7b7aed5e6529a1d4 (diff)
Remvoed functions using QByteArray pointers
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 1eb3840d9..e76ab7370 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1599,10 +1599,10 @@
</modify-function>
</value-type>-->
<object-type name="QBuffer">
- <!-- ### modify to return value by pointer?
+ <modify-function signature="QBuffer(QByteArray*, QObject*)" remove="all"/> <!-- FIXME Removed due to a shiboken bug-->
+ <modify-function signature="setBuffer(QByteArray*)" remove="all"/> <!-- FIXME Removed due to a shiboken bug-->
<modify-function signature="buffer()const" remove="all"/>
<modify-function signature="data()const" remove="all"/>
- -->
<modify-function signature="setData(const char*,int)" remove="all"/>
</object-type>
<object-type name="QTimer">