From 492ac5c64ca75fbed346d3b13b3b0dd99c140910 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 29 Sep 2010 15:16:52 -0300 Subject: Modify return type QLineF::intersect to look nice in the documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Luciano Wolf Renato Araújo --- PySide/QtCore/typesystem_core.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'PySide/QtCore/typesystem_core.xml') 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 @@ + + + QPointF p; %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%ARGUMENT_NAMES, &p); -- cgit v1.2.3