Skip to content
Snippets Groups Projects
Commit 2b562f67 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

ProjectDocument: add comment

parent 6009bc4d
No related branches found
No related tags found
1 merge request!1002GUI: fix project saving
Pipeline #73080 failed
......@@ -373,6 +373,7 @@ ProjectDocument::ReadResult ProjectManager::loadProject(const QString& projectFi
readResult =
gSessionData->projectDocument.value()->loadProjectFile(autosaveName, messageService);
gSessionData->projectDocument.value()->setProjectFileName(projectFileName);
// restored project should be marked by '*'
gSessionData->projectDocument.value()->setModified();
} else {
QApplication::setOverrideCursor(Qt::WaitCursor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment