summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativelist.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-03-02 13:17:08 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-03-02 13:17:08 (GMT)
commit89429d192dc14044f6d27c9dde06811f1f23b954 (patch)
tree21cdd7b0400e2d78e31fcc015d0711d923f9ab44 /src/declarative/qml/qdeclarativelist.h
parent2afda558815bc29c1f54e7b9bcc0312369dd7d79 (diff)
downloadQt-89429d192dc14044f6d27c9dde06811f1f23b954.zip
Qt-89429d192dc14044f6d27c9dde06811f1f23b954.tar.gz
Qt-89429d192dc14044f6d27c9dde06811f1f23b954.tar.bz2
Compile fix on Windows
Diffstat (limited to 'src/declarative/qml/qdeclarativelist.h')
-rw-r--r--src/declarative/qml/qdeclarativelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativelist.h b/src/declarative/qml/qdeclarativelist.h
index 8d59384..eac4967 100644
--- a/src/declarative/qml/qdeclarativelist.h
+++ b/src/declarative/qml/qdeclarativelist.h
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QObject;
-class QMetaObject;
+struct QMetaObject;
template<typename T>
struct QDeclarativeListProperty {
typedef void (*AppendFunction)(QDeclarativeListProperty<T> *, T*);