Fix bug 676 - "wrong QLocale.toFloat() description".

Reviewer: Lauro Moura <lauro.neto@openbossa.org>
          Marcelo Lira <marcelo.lira@openbossa.org>
This commit is contained in:
Luciano Wolf 2011-03-02 13:52:51 -03:00
commit 17f2d83e0e

View file

@ -982,6 +982,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>
@ -991,6 +994,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>
@ -1000,6 +1006,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 +1018,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>
@ -1017,6 +1029,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 +1040,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 +1051,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>
@ -1041,6 +1062,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>