GUI: load other results when open recent project
This commit is contained in:
parent
90a3759479
commit
f68f793256
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue