summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/minehunt/main.cpp')
-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)