logic: don't refresh project on reopen

This commit is contained in:
Eberhard Graether
2015-09-29 14:47:36 +02:00
parent eeed22f478
commit 8777c9874b
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ void Application::loadProject(const FilePath& projectSettingsFilePath)
m_project = Project::create(m_storageCache.get());
m_project->loadProjectSettings(projectSettingsFilePath);
m_project->parseCode();
m_project->loadStorage();
}
void Application::refreshProject()