diff options
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index 740d97c..c0e50e4 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -107,6 +107,7 @@ public: const QMetaObject *root; QAbstractDynamicMetaObject rootData; + QmlPropertyCache *rootPropertyCache; QList<QString> primitives; QList<float> floatData; QList<int> intData; @@ -324,6 +325,7 @@ private: QList<QmlError> exceptions; QmlCompiledData *output; QmlEngine *engine; + QmlParser::Object *unitRoot; QmlCompositeTypeData *unit; }; QT_END_NAMESPACE |