diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-28 05:30:47 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-28 05:30:47 (GMT) |
commit | e7dbe2d99da7ed29246ac27e11db92980b5aa986 (patch) | |
tree | 0258fdc84874ca13065cdb0e01730bf39649c42d /demos | |
parent | 5c44fa2e28c4da946b59841ec2480c5d38969784 (diff) | |
download | Qt-e7dbe2d99da7ed29246ac27e11db92980b5aa986.zip Qt-e7dbe2d99da7ed29246ac27e11db92980b5aa986.tar.gz Qt-e7dbe2d99da7ed29246ac27e11db92980b5aa986.tar.bz2 |
"Compile"
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/minehunt/minehunt.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.qml b/demos/declarative/minehunt/minehunt.qml index 72431af..67d2813 100644 --- a/demos/declarative/minehunt/minehunt.qml +++ b/demos/declarative/minehunt/minehunt.qml @@ -96,7 +96,7 @@ Item { properties: "angle" } ScriptAction{ - script: "if(modelData.hasMine && modelData.flipped){expl.explode = true;}" + script: if(modelData.hasMine && modelData.flipped){expl.explode = true;} } } } |