summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-02 01:33:09 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-02 01:33:09 (GMT)
commitdebc67d6183631339b910c52261a6bc7b7a7ae50 (patch)
tree037754f43cda7e2fb0297a457dfc7f601d9f1e52 /src
parent6991cf4fe678427aec370f1abb217591987d3a7e (diff)
downloadQt-debc67d6183631339b910c52261a6bc7b7a7ae50.zip
Qt-debc67d6183631339b910c52261a6bc7b7a7ae50.tar.gz
Qt-debc67d6183631339b910c52261a6bc7b7a7ae50.tar.bz2
Track declarative changes
Diffstat (limited to 'src')
-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 183e95b..ca56c18 100644
--- a/src/gui/graphicsview/qgraphicsitem_p.h
+++ b/src/gui/graphicsview/qgraphicsitem_p.h
@@ -607,7 +607,7 @@ public:
return item->type() == QGraphicsPixmapItem::Type
&& !(item->flags() & QGraphicsItem::ItemIsSelectable)
&& item->d_ptr->children.size() == 0;
- //|| (item->d_ptr->isObject && qobject_cast<QFxImage *>(q_func()));
+ //|| (item->d_ptr->isObject && qobject_cast<QmlGraphicsImage *>(q_func()));
}
inline const QStyleOption *styleOption() const