summaryrefslogtreecommitdiff
path: root/demos/declarative/minehunt
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-11 15:26:42 +1000
committerYann Bodson <yann.bodson@nokia.com>2010-03-11 15:26:42 +1000
commitfcea69d5136749827439fd6b2b45371034ca9599 (patch)
tree2b168f4863cafd5caa69fd0dc227ca102a7ea87a /demos/declarative/minehunt
parent16b28550f03ec69cee8481d93c3ba2c8830e53f5 (diff)
downloadqt4-tools-fcea69d5136749827439fd6b2b45371034ca9599.tar.gz
Move particles in their own plugin (Qt.labs.particles)
Task-number: QT-2846
Diffstat (limited to 'demos/declarative/minehunt')
-rw-r--r--demos/declarative/minehunt/MinehuntCore/Explosion.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/MinehuntCore/Explosion.qml b/demos/declarative/minehunt/MinehuntCore/Explosion.qml
index e337c46fd2..172fcc0d59 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