aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/custom/custom.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-08-23 20:03:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-24 12:27:43 +0200
commit1253db60ee2586b1546cbaeeacb7b8c3d77ab255 (patch)
tree3566db4d1038b6b628fd73fba21ce4251385da56 /examples/declarative/particles/custom/custom.qml
parentb9a16a039692327a9f6975456667b5bd36afb4c8 (diff)
Absorb CustomEmitter/Affector
The signal is now on the Emitter/Affector base type, but only emitted if connected to (to save creating the v8 object) Change-Id: Ib5522e0f760caa17a6ad731b2dfbce9994a7664e Reviewed-on: http://codereview.qt.nokia.com/3393 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/declarative/particles/custom/custom.qml')
-rw-r--r--examples/declarative/particles/custom/custom.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/particles/custom/custom.qml b/examples/declarative/particles/custom/custom.qml
index 7a6b51d40e..9a562af3b6 100644
--- a/examples/declarative/particles/custom/custom.qml
+++ b/examples/declarative/particles/custom/custom.qml
@@ -27,7 +27,7 @@ ParticleSystem{
duration: 24000
}
function convert(a){return a*(Math.PI/180);}
- CustomEmitter{
+ Emitter{
lifeSpan: 4000
emitRate: 120
size: 12