aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_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/qqmlvmemetaobject_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/qqmlvmemetaobject_p.h')
-rw-r--r--src/qml/qml/qqmlvmemetaobject_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlvmemetaobject_p.h b/src/qml/qml/qqmlvmemetaobject_p.h
index 5a4c3d234e..427e751f5d 100644
--- a/src/qml/qml/qqmlvmemetaobject_p.h
+++ b/src/qml/qml/qqmlvmemetaobject_p.h
@@ -239,7 +239,7 @@ public:
QQmlPropertyValueInterceptor *interceptors;
- QV4::PersistentValue *v8methods;
+ QV4::PersistentValue *methods;
QV4::ReturnedValue method(int);
QV4::ReturnedValue readVarProperty(int);