diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-02 01:33:09 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-02 01:33:09 (GMT) |
commit | debc67d6183631339b910c52261a6bc7b7a7ae50 (patch) | |
tree | 037754f43cda7e2fb0297a457dfc7f601d9f1e52 /src | |
parent | 6991cf4fe678427aec370f1abb217591987d3a7e (diff) | |
download | Qt-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.h | 2 |
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 |