summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmldom_p.h')
-rw-r--r--src/declarative/qml/qmldom_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qmldom_p.h b/src/declarative/qml/qmldom_p.h
index 4c3ca44..74edd47 100644
--- a/src/declarative/qml/qmldom_p.h
+++ b/src/declarative/qml/qmldom_p.h
@@ -42,6 +42,8 @@
#ifndef QMLDOM_P_H
#define QMLDOM_P_H
+#include <QtCore/QtGlobal>
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -58,6 +60,7 @@ public:
~QmlDomDocumentPrivate();
QList<QmlError> errors;
+ QList<QUrl> imports;
QmlParser::Object *root;
};