From 0de6e8bb1bf0ca6e4d7992be15ed31f87514e48a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 24 May 2013 13:26:38 +0200 Subject: Get rid of Get/SetHiddenValue in the v8 API It was only used to mark an object as something to be used as a binding. Simply use one of the free bits in QV4::Managed for that. Also changed a bit more code over from v8 to v4. Change-Id: I6e787e611041e058fe109df1d7a13598655f8eba Reviewed-by: Simon Hausmann --- src/qml/qml/v8/qv8contextwrapper_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/qml/v8/qv8contextwrapper_p.h') diff --git a/src/qml/qml/v8/qv8contextwrapper_p.h b/src/qml/qml/v8/qv8contextwrapper_p.h index 57eb46de44..8a72489e6e 100644 --- a/src/qml/qml/v8/qv8contextwrapper_p.h +++ b/src/qml/qml/v8/qv8contextwrapper_p.h @@ -74,8 +74,8 @@ public: void init(QV8Engine *); void destroy(); - v8::Handle qmlScope(QQmlContextData *ctxt, QObject *scope); - v8::Handle urlScope(const QUrl &); + QV4::Value qmlScope(QQmlContextData *ctxt, QObject *scope); + QV4::Value urlScope(const QUrl &); void setReadOnly(v8::Handle, bool); -- cgit v1.2.3