From 2f3af7ba11de16fe23906d1bef5ccb6c37e8ccc7 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 7 Jan 2010 10:56:33 +0100 Subject: Make minehunt more responsive --- demos/declarative/minehunt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12