aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-29 18:42:28 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-05-31 06:55:07 +0000
commit77773997d085e83c811fe1e312f0402b932a56ac (patch)
tree5e511b9b1c315116a3cbcc02a499c415862ab461 /src/qml/qml/qqmlcompiler_p.h
parent3241573e1a72f2829d1339cd5bbe62f30d93c37f (diff)
Moved the import cache from QQmlCompiledData to CompilationUnit
Change-Id: I77892919678cb01ba1e697a44122760679a72045 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlcompiler_p.h')
-rw-r--r--src/qml/qml/qqmlcompiler_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index 55247abae9..b7c393c43a 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -89,8 +89,6 @@ public:
QQmlEngine *engine;
- QQmlTypeNameCache *importCache;
-
int metaTypeId;
int listMetaTypeId;
bool isRegisteredWithEngine;