aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-08-11 16:05:24 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-08-19 11:38:35 +0000
commit88cfe493381e9daea55f660d49ea989e351cdce4 (patch)
treeec28114914e4176167b00f0f4010f791f9712b7d /src/qml/qml/qqmlpropertycache_p.h
parentfec775d221efcf55986aec7ca0250c7e63cfba0c (diff)
Cleanup code in the VMEMO
Change-Id: Idc1da41586161f1c824c608198e232ba52a0d9d7 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlpropertycache_p.h')
-rw-r--r--src/qml/qml/qqmlpropertycache_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h
index 4f203a837c..2ee399c496 100644
--- a/src/qml/qml/qqmlpropertycache_p.h
+++ b/src/qml/qml/qqmlpropertycache_p.h
@@ -377,8 +377,10 @@ private:
_hasPropertyOverrides |= isOverride;
}
+public:
QV4::ExecutionEngine *engine;
+private:
QQmlPropertyCache *_parent;
int propertyIndexCacheStart;
int methodIndexCacheStart;