From: Emmanuel Granatello Date: Fri, 26 Feb 2010 16:47:22 +0000 (+0100) Subject: Piccola correzione X-Git-Url: http://git.maemo.org/git/?p=qmemory;a=commitdiff_plain;h=29f60412ac6dd13e04f86fe3b83b6afde5d5c9ee Piccola correzione Exit quando si perde. --- diff --git a/mainwindow.cpp b/mainwindow.cpp index 42ed804..178e2a1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -51,8 +51,8 @@ void MainWindow::sbagliato(int score){ QString sscore("Score:"); sscore.append(QString::number(score)); QMessageBox::warning(this, tr("Sbagliato"),sscore,QMessageBox::Escape); - tread.genera(); - //quick_exit(0); + //tread.genera(); + quick_exit(0); } void MainWindow::disableAll(){