From adac79f08bff1e299eb61a2341383350602b4505 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 26 Apr 2011 17:58:45 -0300 Subject: Fix bugs 776 and 777 Bug 776 - "Operator "QPolygon::operator<<(QPoint)" missing" Bug 777 - "Operator "QPolygon::operator<<(QVector)" missing" --- PySide/QtGui/typesystem_gui_common.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'PySide') diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index 50da93374..8882367f0 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -651,10 +651,20 @@ - - - - + + + // %FUNCTION_NAME() + *%CPPSELF << %1; + %PYARG_0 = %CONVERTTOPYTHON[QPolygon*](%CPPSELF); + + + + + // %FUNCTION_NAME() + *%CPPSELF << %1; + %PYARG_0 = %CONVERTTOPYTHON[QPolygon*](%CPPSELF); + + -- cgit v1.2.3