aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlincubator_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-06-01 08:25:19 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-06-01 10:35:08 +0000
commit795a1bf1171f2bd8288ced2a2c46590eff32073d (patch)
treee2f05a3a269344706f0b283b9605e869549de3a9 /src/qml/qml/qqmlincubator_p.h
parent89aa39faf2f44120eb8e22a3f1342e9287ce7305 (diff)
Remove "external" usages of QQmlCompiledData::engine
This removes the last "user" of QQmlCompiledData apart from its circular usage. Change-Id: I5383c9e7bba03617a1145cd43f52051848962013 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlincubator_p.h')
-rw-r--r--src/qml/qml/qqmlincubator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlincubator_p.h b/src/qml/qml/qqmlincubator_p.h
index a12ff9c5e2..974a353f77 100644
--- a/src/qml/qml/qqmlincubator_p.h
+++ b/src/qml/qml/qqmlincubator_p.h
@@ -85,6 +85,7 @@ public:
QPointer<QObject> result;
QQmlGuardedContextData rootContext;
+ QQmlEnginePrivate *enginePriv;
QQmlCompiledData *compiledData;
QScopedPointer<QQmlObjectCreator> creator;
int subComponentToCreate;