diff --git a/mainwindow.cpp b/mainwindow.cpp index 9d04a04..79a0ab2 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -62,7 +62,7 @@ void MainWindow::onStopStartTimer() { void MainWindow::onRestartExitTimer() { m_exitTimer->stop(); - m_exitTimer->start(5 * 1000); + m_exitTimer->start(10 * 1000); } void MainWindow::onQuit() {