aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-22 16:18:04 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-02-23 14:43:55 -0300
commit3838566c193758a9cc09833f7e2ce3a44afe0d7f (patch)
tree0bd0b5c1f74a5577d7b5eaf60e8a457f18f310da /PySide/QtGui
parente5624ded523a25b0b45b4e216ddb4dae38add50c (diff)
Doesn't use "return" on typesystem templates, use %PYARG_0 instead.
.
Diffstat (limited to 'PySide/QtGui')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 414f34f6e..ca1a4dc36 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -3977,6 +3977,9 @@
<remove-argument/>
<remove-default-expression/>
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="QRectF"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_args,QRectF*"/>
</inject-code>
@@ -3986,6 +3989,9 @@
<remove-argument/>
<remove-default-expression/>
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="QRect"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_args,QRect*"/>
</inject-code>