aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-04-19 10:59:41 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-19 13:07:10 +0200
commit3e08aa42497f7d264be039f31f4eedf639eda307 (patch)
tree871ee4f38715ab0111fe8e2c49756ca60390898e /src/imports/particles
parent190b376859ae9709e887886fcbaa56d60495be66 (diff)
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 <simon.hausmann@digia.com>
Diffstat (limited to 'src/imports/particles')
-rw-r--r--src/imports/particles/plugins.qmltypes8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/particles/plugins.qmltypes b/src/imports/particles/plugins.qmltypes
index 069b561b50..f8acb168b8 100644
--- a/src/imports/particles/plugins.qmltypes
+++ b/src/imports/particles/plugins.qmltypes
@@ -158,7 +158,7 @@ Module {
Property { name: "acceleration"; type: "QQuickDirection"; isPointer: true }
Signal {
name: "affectParticles"
- Parameter { name: "particles"; type: "QQmlV8Handle" }
+ Parameter { name: "particles"; type: "QQmlV4Handle" }
Parameter { name: "dt"; type: "double" }
}
Signal {
@@ -647,7 +647,7 @@ Module {
Property { name: "velocityFromMovement"; type: "double" }
Signal {
name: "emitParticles"
- Parameter { name: "particles"; type: "QQmlV8Handle" }
+ Parameter { name: "particles"; type: "QQmlV4Handle" }
}
Signal {
name: "particlesPerSecondChanged"
@@ -1052,8 +1052,8 @@ Module {
Property { name: "emitWidth"; type: "double" }
Signal {
name: "emitFollowParticles"
- Parameter { name: "particles"; type: "QQmlV8Handle" }
- Parameter { name: "followed"; type: "QQmlV8Handle" }
+ Parameter { name: "particles"; type: "QQmlV4Handle" }
+ Parameter { name: "followed"; type: "QQmlV4Handle" }
}
Signal {
name: "particlesPerParticlePerSecondChanged"