aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2015-07-25 19:57:11 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-08-18 20:26:05 +0000
commita6e4c64812ee4846677608f2334d8fd3eee76756 (patch)
treeb09a7f915aba5b309f30acd58dd549c673f6ee85 /src/qml/qml/qqmlvmemetaobject_p.h
parent37fbe667e6b5a528592b244124189981ba4aada9 (diff)
Remove the QQmlVMEVariant array member
All properties have been move into the varProperties JS array. Change-Id: Ib39a603d43ab5ef23aad3e6ccbdbc9b981c9da18 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 7009b47a5f..7c881f1350 100644
--- a/src/qml/qml/qqmlvmemetaobject_p.h
+++ b/src/qml/qml/qqmlvmemetaobject_p.h
@@ -195,7 +195,6 @@ public:
inline int signalCount() const;
bool hasAssignedMetaObjectData;
- QQmlVMEVariant *data;
QQmlVMEMetaObjectEndpoint *aliasEndpoints;
QV4::WeakValue properties;