GUI: show statistics after check is done
This commit is contained in:
parent
cf53074fd9
commit
8379b0e667
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue