X-Git-Url: http://git.maemo.org/git/?p=qmemory;a=blobdiff_plain;f=mainwindow.cpp;h=42ed804747a3bc4a54ba355b26f290dbb26b6d9e;hp=62027d74eb4b98858376d34fe35c8c34d20e5cec;hb=d0fcc08805061548b05426b241b67a9b98e8cc46;hpb=06a7dabc6c41f79397c03f4cc67a07beb7f20f80 diff --git a/mainwindow.cpp b/mainwindow.cpp index 62027d7..42ed804 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -50,10 +50,10 @@ MainWindow::MainWindow(QWidget *parent) : void MainWindow::sbagliato(int score){ QString sscore("Score:"); sscore.append(QString::number(score)); - - QMessageBox::warning(this, tr("Sbagliato"),sscore,QMessageBox::Escape); - tread.genera(); + tread.genera(); + //quick_exit(0); + } void MainWindow::disableAll(){ ui->pushButton->setEnabled(false);