summaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/Explosion.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/minehunt/Explosion.qml')
-rw-r--r--examples/declarative/minehunt/Explosion.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/declarative/minehunt/Explosion.qml b/examples/declarative/minehunt/Explosion.qml
index 8d868bc..2886559 100644
--- a/examples/declarative/minehunt/Explosion.qml
+++ b/examples/declarative/minehunt/Explosion.qml
@@ -1,9 +1,6 @@
Item {
- properties: Property {
- name: "explode"
- type: "Bool"
- value: false
- }
+ property bool explode : false
+
Particles {
width: 38
height: 21