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/qfximage.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/qfximage.h')
-rw-r--r-- | src/declarative/fx/qfximage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h index 039334a..e2205e5 100644 --- a/src/declarative/fx/qfximage.h +++ b/src/declarative/fx/qfximage.h @@ -111,7 +111,7 @@ private Q_SLOTS: private: Q_DISABLE_COPY(QFxImage) - Q_DECLARE_PRIVATE(QFxImage) + Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxImage) void setGridScaledImage(const QFxGridScaledImage& sci); }; QML_DECLARE_TYPE(QFxImage) |