summaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-10-28 05:45:05 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-10-28 05:45:05 (GMT)
commit44be8cc3bb1aebd47f75dcf9cae54884322e1955 (patch)
tree548c76a8a6144955a1ba1ccc85e2c9f997fafa10 /demos/declarative
parentdbba440da0677b8174d087d498d3d0dbd465548a (diff)
parente78a0d8f7449b81c971284310e6fb255d4a9d4eb (diff)
downloadQt-44be8cc3bb1aebd47f75dcf9cae54884322e1955.zip
Qt-44be8cc3bb1aebd47f75dcf9cae54884322e1955.tar.gz
Qt-44be8cc3bb1aebd47f75dcf9cae54884322e1955.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/minehunt/minehunt.qml2
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;}
}
}
}