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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmldom_p.h b/src/declarative/qml/qmldom_p.h
index 74edd47..441269c 100644
--- a/src/declarative/qml/qmldom_p.h
+++ b/src/declarative/qml/qmldom_p.h
@@ -62,6 +62,7 @@ public:
QList<QmlError> errors;
QList<QUrl> imports;
QmlParser::Object *root;
+ QList<int> automaticSemicolonOffsets;
};
class QmlDomObjectPrivate : public QSharedData