aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2011-03-02 13:52:51 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:01 -0300
commit1c66507f8011067b4b941ece76dff285c6a0930d (patch)
tree542cc2ec210f2b392ea7a58256983b7175fe1b3b /PySide/QtCore
parente0799d7dcf6d768ae773579153c43f532d1ed7b8 (diff)
Fix bug 676 - "wrong QLocale.toFloat() description".
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 34180a0c2..85df6f3bb 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -974,6 +974,9 @@
<remove-argument />
<remove-default-expression />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(int, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_arg,bool*,arg" />
</inject-code>
@@ -983,6 +986,9 @@
<remove-argument />
<remove-default-expression />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(int, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_arg,bool*,arg" />
</inject-code>
@@ -992,6 +998,9 @@
<remove-argument />
<remove-default-expression />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(float, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_args,bool*" />
</inject-code>
@@ -1001,6 +1010,9 @@
<remove-argument />
<remove-default-expression />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(float, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_args,bool*" />
</inject-code>
@@ -1009,6 +1021,9 @@
<modify-argument index="2">
<remove-argument />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(int, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_arg,bool*,arg" />
</inject-code>
@@ -1017,6 +1032,9 @@
<modify-argument index="2">
<remove-argument />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(int, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_arg,bool*,arg" />
</inject-code>
@@ -1025,6 +1043,9 @@
<modify-argument index="2">
<remove-argument />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(int, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_arg,bool*,arg" />
</inject-code>
@@ -1033,6 +1054,9 @@
<modify-argument index="2">
<remove-argument />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(int, bool ok)"/>
+ </modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_arg,bool*,arg" />
</inject-code>