diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-13 03:24:43 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-13 03:24:43 (GMT) |
commit | ffdb6fcca3bf8f4cc97f8bfe09a43811c29a7dbe (patch) | |
tree | b0865c2107f0794feda8bdfc96d2e6447d6b045e /demos/declarative/minehunt/minehunt.cpp | |
parent | 6c19bdb8552f3cc6ced2a20868f1f1952f94a69c (diff) | |
parent | 50711dd7aa22052eff58431d9f4e95e1a688047e (diff) | |
download | Qt-ffdb6fcca3bf8f4cc97f8bfe09a43811c29a7dbe.zip Qt-ffdb6fcca3bf8f4cc97f8bfe09a43811c29a7dbe.tar.gz Qt-ffdb6fcca3bf8f4cc97f8bfe09a43811c29a7dbe.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'demos/declarative/minehunt/minehunt.cpp')
-rw-r--r-- | demos/declarative/minehunt/minehunt.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/minehunt.cpp b/demos/declarative/minehunt/minehunt.cpp index 93cd1c1..2a4ed10 100644 --- a/demos/declarative/minehunt/minehunt.cpp +++ b/demos/declarative/minehunt/minehunt.cpp @@ -212,6 +212,8 @@ void MinehuntGame::reset() } nMines = 12; nFlags = 0; + emit numMinesChanged(); + emit numFlagsChanged(); setPlaying(false); QTimer::singleShot(600,this, SLOT(setBoard())); } |