summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-07-28 06:53:17 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-07-28 06:53:17 (GMT)
commit7e60f8e728bf908b814934b25a030551619a416d (patch)
treecd245dad4f819c22ec07d971eb4eb44c68ed6dc7 /src/declarative/fx/qfxgridview.h
parent440ca53b303a1adb3b8f3f14dd469db552c69166 (diff)
downloadQt-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.h3
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();