aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_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/qqmlbinding_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/qqmlbinding_p.h')
-rw-r--r--src/qml/qml/qqmlbinding_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlbinding_p.h b/src/qml/qml/qqmlbinding_p.h
index 5b547595e2..f2a4bf293e 100644
--- a/src/qml/qml/qqmlbinding_p.h
+++ b/src/qml/qml/qqmlbinding_p.h
@@ -131,7 +131,7 @@ protected:
~QQmlBinding();
private:
- v8::Persistent<v8::Function> v8function;
+ QV4::PersistentValue v4function;
inline bool updatingFlag() const;
inline void setUpdatingFlag(bool);