diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 6b22ec82d..c38d58934 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -18,6 +18,7 @@ #include "mainwindow.h" +#include #include #include #include @@ -355,6 +356,9 @@ void MainWindow::CheckDone() mActionClearResults.setEnabled(true); mActionSave.setEnabled(true); } + + // Notify user - if the window is not active - that check is ready + QApplication::alert(this, 3000); } void MainWindow::ProgramSettings()