aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-23 16:34:13 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-24 16:12:04 -0300
commit31db130bbdf4895ff110f3570599b44458b989ad (patch)
treeb344475fcdb16184a32f7091e673f64d6342555a /PySide
parent26a17dbdb183ec4fc9e5dae0a1d3f71344df9320 (diff)
Fixed bug#310
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 ec78941c1..92a154cd5 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -739,6 +739,9 @@
<modify-argument index="1">
<remove-argument/>
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(week, yearNumber)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
int yearNumber;
int week = %CPPSELF.%FUNCTION_NAME(&amp;yearNumber);