From b0112feddd5dbcdc602fe4836591313c04c8d934 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 25 Feb 2010 13:45:28 -0300 Subject: Fixed QtGui type system for QStyleFactory::create(QString) method. The 'create' method returns a new QStyle object whose ownership must be transferred to Python. --- PySide/QtGui/typesystem_gui_common.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'PySide/QtGui') diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index f83074c8e..a2b33ddd5 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -1905,7 +1905,13 @@ - + + + + + + + -- cgit v1.2.3