GUI: show statistics after check is done

This commit is contained in:
Ameen Ali 2015-07-14 18:48:51 +02:00 committed by Daniel Marjamäki
parent cf53074fd9
commit 8379b0e667
1 changed files with 1 additions and 0 deletions

View File

@ -711,6 +711,7 @@ void MainWindow::CheckDone()
// Notify user - if the window is not active - that check is ready // Notify user - if the window is not active - that check is ready
QApplication::alert(this, 3000); QApplication::alert(this, 3000);
ShowStatistics();
} }
void MainWindow::CheckLockDownUI() void MainWindow::CheckLockDownUI()