utility: loading project via commanlineargument

loading a project via commanline with --project or -p argument
This commit is contained in:
Andreas Stallinger
2016-01-12 13:24:04 +01:00
parent b8faa5506d
commit 46a629358c
7 changed files with 110 additions and 2 deletions
+1
View File
@@ -91,6 +91,7 @@ void Application::loadProject(const FilePath& projectSettingsFilePath)
m_project->loadProject(projectSettingsFilePath);
m_mainView->updateRecentProjectMenu();
m_mainView->hideStartScreen();
}
void Application::refreshProject()