aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-06 15:32:56 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-06 16:00:31 +0200
commit19c6f620dd35916466c36234231d798f79732ab0 (patch)
tree25cc4889ae7d971e7a68efbd43f482161934907b /src/qml/qml/qqmlcompiler_p.h
parentd8ef02beeea7bda1348ed02cf59b6eae74ffc1ad (diff)
Convert some v8::Persistent to v4
Change-Id: Ic6613b020dbbb1ee75e2096707d8fb1aa228083d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlcompiler_p.h')
-rw-r--r--src/qml/qml/qqmlcompiler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index 5ad2ee5c48..01d403553e 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -111,7 +111,7 @@ public:
: program(p), cdata(c) {}
QByteArray program;
- v8::Persistent<v8::Array> bindings;
+ QV4::PersistentValue bindings;
QQmlCompiledData *cdata;
};