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:
parent
2ed86dc435
commit
17f2d83e0e
1 changed files with 24 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue