aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-29 18:58:07 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-05-31 14:29:11 +0000
commit06467a192b7b107987b2d2d030a32a36ffbece5f (patch)
tree0de7a7e6b5bc7df282613324a0580073510265e5 /src/qml/qml/qqmlcompiler_p.h
parent2bb309af8b2e32bd34644bed363f5880c50221af (diff)
Moved meta-type id members to QV4::CompiledData::CompilationUnit
Change-Id: I808d0a36094e873b69cf24a5b0113e741ff2a25d 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index 39fa84df3d..4f27e3ef44 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -89,10 +89,6 @@ public:
QQmlEngine *engine;
- int metaTypeId;
- int listMetaTypeId;
- bool isRegisteredWithEngine;
-
QQmlRefPointer<QV4::CompiledData::CompilationUnit> compilationUnit;
bool isInitialized() const { return hasEngine(); }