diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-11 07:33:49 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-11 07:33:49 (GMT) |
commit | 79dc9daa146410c7da8d4691e9a4489251980ab3 (patch) | |
tree | 2dbc8acba470d4943ffe5e527da71290812e043e /demos/declarative | |
parent | 162287900e724947e976ec5bdcc1bcb99639b5ab (diff) | |
parent | 54bdab8b88777488f9f0d944698fbb155cf703af (diff) | |
download | Qt-79dc9daa146410c7da8d4691e9a4489251980ab3.zip Qt-79dc9daa146410c7da8d4691e9a4489251980ab3.tar.gz Qt-79dc9daa146410c7da8d4691e9a4489251980ab3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'demos/declarative')
-rw-r--r-- | demos/declarative/minehunt/MinehuntCore/Explosion.qml | 1 | ||||
-rw-r--r-- | demos/declarative/samegame/SamegameCore/BoomBlock.qml | 1 | ||||
-rw-r--r-- | demos/declarative/snake/content/Cookie.qml | 1 | ||||
-rw-r--r-- | demos/declarative/snake/content/Link.qml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/MinehuntCore/Explosion.qml b/demos/declarative/minehunt/MinehuntCore/Explosion.qml index e337c46..172fcc0 100644 --- a/demos/declarative/minehunt/MinehuntCore/Explosion.qml +++ b/demos/declarative/minehunt/MinehuntCore/Explosion.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import Qt.labs.particles 1.0 Item { property bool explode : false diff --git a/demos/declarative/samegame/SamegameCore/BoomBlock.qml b/demos/declarative/samegame/SamegameCore/BoomBlock.qml index e48194a..b14531d 100644 --- a/demos/declarative/samegame/SamegameCore/BoomBlock.qml +++ b/demos/declarative/samegame/SamegameCore/BoomBlock.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import Qt.labs.particles 1.0 Item { id:block property bool dying: false diff --git a/demos/declarative/snake/content/Cookie.qml b/demos/declarative/snake/content/Cookie.qml index 0ea95cb..b64987e 100644 --- a/demos/declarative/snake/content/Cookie.qml +++ b/demos/declarative/snake/content/Cookie.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import Qt.labs.particles 1.0 Item { id: root diff --git a/demos/declarative/snake/content/Link.qml b/demos/declarative/snake/content/Link.qml index 31ac4b9..4171247 100644 --- a/demos/declarative/snake/content/Link.qml +++ b/demos/declarative/snake/content/Link.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import Qt.labs.particles 1.0 Item { id:link property bool dying: false |