aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllist_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmllist_p.h')
-rw-r--r--src/qml/qml/qqmllist_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllist_p.h b/src/qml/qml/qqmllist_p.h
index 0fe0ed3d44..e9a613a181 100644
--- a/src/qml/qml/qqmllist_p.h
+++ b/src/qml/qml/qqmllist_p.h
@@ -55,6 +55,7 @@
#include "qqmllist.h"
#include "qqmlguard_p.h"
+#include "qqmlpropertycache_p.h"
QT_BEGIN_NAMESPACE
@@ -66,7 +67,7 @@ public:
static QQmlListReference init(const QQmlListProperty<QObject> &, int, QQmlEngine *);
QQmlGuard<QObject> object;
- const QMetaObject *elementType;
+ QQmlMetaObject elementType;
QQmlListProperty<QObject> property;
int propertyType;