summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-23 00:56:28 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-23 01:35:07 (GMT)
commit5d5ead94bc79a5364d8685707711673f5dc1a35a (patch)
tree7887203ad5d3b717129b6794e3e0795b2834ed4c /src/declarative/fx/qfxgridview.h
parent0b59aed42d27584ef3493305c565dd47f66d179d (diff)
downloadQt-5d5ead94bc79a5364d8685707711673f5dc1a35a.zip
Qt-5d5ead94bc79a5364d8685707711673f5dc1a35a.tar.gz
Qt-5d5ead94bc79a5364d8685707711673f5dc1a35a.tar.bz2
Make QSimpleCanvasItem inherit QGraphicsObject
Diffstat (limited to 'src/declarative/fx/qfxgridview.h')
-rw-r--r--src/declarative/fx/qfxgridview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxgridview.h b/src/declarative/fx/qfxgridview.h
index 1514451..954f4eb 100644
--- a/src/declarative/fx/qfxgridview.h
+++ b/src/declarative/fx/qfxgridview.h
@@ -54,7 +54,7 @@ class QFxGridViewPrivate;
class Q_DECLARATIVE_EXPORT QFxGridView : public QFxFlickable
{
Q_OBJECT
- Q_DECLARE_PRIVATE(QFxGridView)
+ Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxGridView)
Q_PROPERTY(QVariant model READ model WRITE setModel)
Q_CLASSINFO("DefaultProperty", "delegate")