X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fdeclarative%2Fparticles%2Fplasmapatrol%2Fcontent%2FPlasmaPatrolParticles.qml;h=95d4bcd2b99d319ac60e523dbf190720a4fa2832;hb=45b14259fc0cf704692df1c00da511527d1fba1d;hp=bebb888b460676c06d53834bc92caba4026124dd;hpb=da0839735ca3d2ca5557f66f670fbe03d1617e6c;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml b/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml index bebb888..95d4bcd 100644 --- a/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml +++ b/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml @@ -1,8 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Contact: Nokia Corporation (qt-info@nokia.com) +** Contact: http://www.qt-project.org/ ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** @@ -35,6 +34,7 @@ ** ** ** +** ** $QT_END_LICENSE$ ** ****************************************************************************/ @@ -128,19 +128,19 @@ Item { name: "spinning" source: "pics/meteor.png" frames: 35 - duration: 40 + frameDuration: 40 to: {"death":0, "spinning":1} },Sprite { name: "death" source: "pics/meteor_explo.png" frames: 22 - duration: 40 + frameDuration: 40 to: {"null":1} }, Sprite { name: "null" source: "pics/nullRock.png" frames: 1 - duration: 1000 + frameDuration: 1000 } ] }