aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-29 15:16:52 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-29 17:23:33 -0300
commit492ac5c64ca75fbed346d3b13b3b0dd99c140910 (patch)
tree55859182c7bfcd8fcd3804194c4c4470df84af2f /PySide
parent169d0f8147316f9c1b287953f03113dca997a37b (diff)
Modify return type QLineF::intersect to look nice in the documentation.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
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 f364dd053..68bd04cdd 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -685,6 +685,9 @@
<modify-argument index="2">
<remove-argument />
</modify-argument>
+ <modify-argument index="return">
+ <replace-type modified-type="(intersectType, intersectionPoint)" />
+ </modify-argument>
<inject-code class="target" position="beginning">
QPointF p;
%RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%ARGUMENT_NAMES, &amp;p);