From 3e08aa42497f7d264be039f31f4eedf639eda307 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 19 Apr 2013 10:59:41 +0200 Subject: Rename QQmlV8Handle to QQmlV4Handle The handle wraps a V4 Value, so this is the better name for it. Also added some accessor methods to convert to and from V4 Values. Change-Id: I327c83feb5bd3be59909001489979e5a3a9d9e67 Reviewed-by: Simon Hausmann --- src/particles/qquickparticlesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particles/qquickparticlesystem.cpp') diff --git a/src/particles/qquickparticlesystem.cpp b/src/particles/qquickparticlesystem.cpp index 1e59290ceb..2043eaffd3 100644 --- a/src/particles/qquickparticlesystem.cpp +++ b/src/particles/qquickparticlesystem.cpp @@ -527,7 +527,7 @@ void QQuickParticleData::clone(const QQuickParticleData& other) animationOwner = other.animationOwner; } -QQmlV8Handle QQuickParticleData::v8Value() +QQmlV4Handle QQuickParticleData::v8Value() { if (!v8Datum) v8Datum = new QQuickV8ParticleData(QQmlEnginePrivate::getV8Engine(qmlEngine(system)), this); -- cgit v1.2.3