diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-07-28 06:53:17 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-07-28 06:53:17 (GMT) |
commit | 7e60f8e728bf908b814934b25a030551619a416d (patch) | |
tree | cd245dad4f819c22ec07d971eb4eb44c68ed6dc7 /src/declarative/fx/qfxgridview.h | |
parent | 440ca53b303a1adb3b8f3f14dd469db552c69166 (diff) | |
download | Qt-7e60f8e728bf908b814934b25a030551619a416d.zip Qt-7e60f8e728bf908b814934b25a030551619a416d.tar.gz Qt-7e60f8e728bf908b814934b25a030551619a416d.tar.bz2 |
qmlAttachedProperties should return the actual attached object type.
Diffstat (limited to 'src/declarative/fx/qfxgridview.h')
-rw-r--r-- | src/declarative/fx/qfxgridview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxgridview.h b/src/declarative/fx/qfxgridview.h index 8f443e1..d45eddb 100644 --- a/src/declarative/fx/qfxgridview.h +++ b/src/declarative/fx/qfxgridview.h @@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE QT_MODULE(Declarative) class QFxVisualItemModel; +class QFxGridViewAttached; class QFxGridViewPrivate; class Q_DECLARATIVE_EXPORT QFxGridView : public QFxFlickable { @@ -109,7 +110,7 @@ public: int cellHeight() const; void setCellHeight(int); - static QObject *qmlAttachedProperties(QObject *); + static QFxGridViewAttached *qmlAttachedProperties(QObject *); Q_SIGNALS: void countChanged(); |