| 2228 | } |
| 2229 | |
| 2230 | void MainWindow::autotesterTested(int status) { |
| 2231 | autotesterErr(status); |
| 2232 | if (!opts.suppressTestDialog) { |
| 2233 | QMessageBox::information(this, tr("Test results"), QString(tr("Out of %2 tests attempted:\n%4 passed\n%6 failed")).arg(QString::number(autotester::hashesTested), QString::number(autotester::hashesPassed), QString::number(autotester::hashesFailed))); |
| 2234 | } |
| 2235 | ui->buttonLaunchTest->setEnabled(true); |
| 2236 | } |
| 2237 | |
| 2238 | void MainWindow::autotesterUpdatePresets(int comboBoxIndex) { |
| 2239 | // The order matters, here! (See the combobox in the GUI) |