GUI: load other results when open recent project

This commit is contained in:
Daniel Marjamäki 2018-08-08 09:07:05 +02:00
parent 90a3759479
commit f68f793256
1 changed files with 1 additions and 0 deletions

View File

@ -1656,6 +1656,7 @@ void MainWindow::openRecentProject()
QFileInfo inf(project);
if (inf.exists()) {
loadProjectFile(project);
loadLastResults();
} else {
const QString text(tr("The project file\n\n%1\n\n could not be found!\n\n"
"Do you want to remove the file from the recently "