summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2008-12-23 14:05:01 +0100
committerKent Hansen <khansen@trolltech.com>2008-12-23 14:05:01 +0100
commitd91d07f10d3f1a59edcc0953c27da0e2302b27b3 (patch)
tree02522570d5379b0a7751df0ad825c2629ceb22ff
parentb547bca5bc4f33adf7f9b241ad56b3ed573d11a8 (diff)
Fixes: make QImage.prototype.save(fileName) work
-rw-r--r--generator/typesystem_gui-common.xml10
-rw-r--r--generator/typesystem_gui.xml10
2 files changed, 0 insertions, 20 deletions
diff --git a/generator/typesystem_gui-common.xml b/generator/typesystem_gui-common.xml
index 7abee83..436e5bb 100644
--- a/generator/typesystem_gui-common.xml
+++ b/generator/typesystem_gui-common.xml
@@ -914,16 +914,6 @@
<include file-name="QStringList" location="global"/>
<include file-name="QMatrix" location="global"/>
</extra-includes>
- <modify-function signature="save(const QString &amp;, const char *, int) const">
- <access modifier="private"/>
- <rename to="private_save"/>
- <modify-argument index="2">
- <remove-default-expression/>
- </modify-argument>
- <modify-argument index="3">
- <remove-default-expression/>
- </modify-argument>
- </modify-function>
<modify-function signature="QImage(uchar*,int,int,QImage::Format)">
<access modifier="private"/>
diff --git a/generator/typesystem_gui.xml b/generator/typesystem_gui.xml
index 768fc56..2a54c9c 100644
--- a/generator/typesystem_gui.xml
+++ b/generator/typesystem_gui.xml
@@ -1041,16 +1041,6 @@
<include file-name="QStringList" location="global"/>
<include file-name="QMatrix" location="global"/>
</extra-includes>
- <modify-function signature="save(const QString &amp;, const char *, int) const">
- <access modifier="private"/>
- <rename to="private_save"/>
- <modify-argument index="2">
- <remove-default-expression/>
- </modify-argument>
- <modify-argument index="3">
- <remove-default-expression/>
- </modify-argument>
- </modify-function>
<modify-function signature="QImage(uchar*,int,int,QImage::Format)">
<access modifier="private"/>