From 815fae961ff866d3c8e31d7c3401c535085a19f2 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Sun, 17 Jul 2011 23:26:02 -0300 Subject: Turned QStyleOptionViewItem into value type, for it has a public copy constructor. It is passed around by value in many places, like the return value of QAbstractItemView::viewOptions(). I did the same to the variations: QStyleOptionViewItemV2, QStyleOptionViewItemV3, etc. --- PySide/QtGui/typesystem_gui_common.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'PySide') diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index ac2889808..a8746ee54 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -396,22 +396,22 @@ - + - - + + - - + + - - + + - + -- cgit v1.2.3