aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-09-17 13:31:32 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-09-25 18:53:26 +0000
commit297eb535d9b237a1db32c2bde573967fd4485aa5 (patch)
tree4c02d2731fba7e83de8be3292b286f70da5dff5b /src/qml/qml/qqmlvmemetaobject_p.h
parent4ac2e518805f4458db55c1dac3a061952380cbc1 (diff)
Get rid of the aConnected bit array in the vmemo
We can track the state just as easily by simply checking if the endpoints metaobject is already set. Change-Id: I5cea909b2525bf37d404f6d54ead2bdf9538cff4 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlvmemetaobject_p.h')
-rw-r--r--src/qml/qml/qqmlvmemetaobject_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlvmemetaobject_p.h b/src/qml/qml/qqmlvmemetaobject_p.h
index 69514d988b..a2dbd793ee 100644
--- a/src/qml/qml/qqmlvmemetaobject_p.h
+++ b/src/qml/qml/qqmlvmemetaobject_p.h
@@ -233,7 +233,6 @@ public:
void mark(QV4::ExecutionEngine *e);
void connectAlias(int aliasId);
- QBitArray aConnected;
QQmlPropertyValueInterceptor *interceptors;