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/qfxtext.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/qfxtext.h')
-rw-r--r-- | src/declarative/fx/qfxtext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtext.h b/src/declarative/fx/qfxtext.h index 35e8b03..83e7299 100644 --- a/src/declarative/fx/qfxtext.h +++ b/src/declarative/fx/qfxtext.h @@ -138,7 +138,7 @@ protected: private: Q_DISABLE_COPY(QFxText) - Q_DECLARE_PRIVATE(QFxText) + Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxText) }; QML_DECLARE_TYPE(QFxText) |