summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-01-07 09:56:33 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-01-07 09:56:33 (GMT)
commit2f3af7ba11de16fe23906d1bef5ccb6c37e8ccc7 (patch)
tree1df4d0f6bfbf4c4cb6aa8bb4c6c63c9d7d58e6d4 /demos
parent186cdd1c29f1c708455ec2f0771a6eb600d4a075 (diff)
downloadQt-2f3af7ba11de16fe23906d1bef5ccb6c37e8ccc7.zip
Qt-2f3af7ba11de16fe23906d1bef5ccb6c37e8ccc7.tar.gz
Qt-2f3af7ba11de16fe23906d1bef5ccb6c37e8ccc7.tar.bz2
Make minehunt more responsive
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/minehunt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/main.cpp b/demos/declarative/minehunt/main.cpp
index 895648f..c756e66 100644
--- a/demos/declarative/minehunt/main.cpp
+++ b/demos/declarative/minehunt/main.cpp
@@ -226,7 +226,7 @@ void MyWidget::reset()
nMines = 12;
nFlags = 0;
setPlaying(false);
- QTimer::singleShot(900,this, SLOT(setBoard()));
+ QTimer::singleShot(600,this, SLOT(setBoard()));
}
int MyWidget::getHint(int row, int col)