diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-23 00:56:28 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-23 01:35:07 (GMT) |
commit | 5d5ead94bc79a5364d8685707711673f5dc1a35a (patch) | |
tree | 7887203ad5d3b717129b6794e3e0795b2834ed4c /src/declarative/fx/qfxpathview.h | |
parent | 0b59aed42d27584ef3493305c565dd47f66d179d (diff) | |
download | Qt-5d5ead94bc79a5364d8685707711673f5dc1a35a.zip Qt-5d5ead94bc79a5364d8685707711673f5dc1a35a.tar.gz Qt-5d5ead94bc79a5364d8685707711673f5dc1a35a.tar.bz2 |
Make QSimpleCanvasItem inherit QGraphicsObject
Diffstat (limited to 'src/declarative/fx/qfxpathview.h')
-rw-r--r-- | src/declarative/fx/qfxpathview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpathview.h b/src/declarative/fx/qfxpathview.h index cbdafa8..a40f1f2 100644 --- a/src/declarative/fx/qfxpathview.h +++ b/src/declarative/fx/qfxpathview.h @@ -125,7 +125,7 @@ private: friend class QFxPathViewAttached; static QHash<QObject*, QObject*> attachedProperties; Q_DISABLE_COPY(QFxPathView) - Q_DECLARE_PRIVATE(QFxPathView) + Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxPathView) }; QML_DECLARE_TYPE(QFxPathView) |