summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem_p.h
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-05-22 11:24:44 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-05-22 11:26:38 (GMT)
commit5a734e4657161e0877b32181df35a56241b21de4 (patch)
treef2c9fd4db16d054fe0f5a5676a85f32a514d8aa8 /src/gui/graphicsview/qgraphicsitem_p.h
parent87911c6c97b11bd7d10a38698460174b6cadfbe8 (diff)
downloadQt-5a734e4657161e0877b32181df35a56241b21de4.zip
Qt-5a734e4657161e0877b32181df35a56241b21de4.tar.gz
Qt-5a734e4657161e0877b32181df35a56241b21de4.tar.bz2
Fix the way the transform and the properties are marked as dirty in QGraphicsItem
Acknowledged-by: Thierry
Diffstat (limited to 'src/gui/graphicsview/qgraphicsitem_p.h')
-rw-r--r--src/gui/graphicsview/qgraphicsitem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem_p.h b/src/gui/graphicsview/qgraphicsitem_p.h
index cebc8ca..b2569c1 100644
--- a/src/gui/graphicsview/qgraphicsitem_p.h
+++ b/src/gui/graphicsview/qgraphicsitem_p.h
@@ -346,7 +346,7 @@ public:
int globalStackingOrder;
int sceneTransformIndex;
- struct DecomposedTransform;
+ struct DecomposedTransform;
DecomposedTransform *decomposedTransform() const
{
QGraphicsItemPrivate *that = const_cast<QGraphicsItemPrivate *>(this);