logic: fixed project shows up empty after exiting app while indexing previously empty project

This commit is contained in:
mlangkabel
2018-07-02 13:16:30 +02:00
parent 7c09f3339b
commit 0519fd1462
4 changed files with 13 additions and 7 deletions
+1
View File
@@ -364,6 +364,7 @@ void Project::buildIndex(const RefreshInfo& info, DialogView* dialogView)
m_storageCache->clear();
m_storage->setProjectSettingsText(TextAccess::createFromFile(getProjectSettingsFilePath())->getText());
m_storage->updateVersion();
std::shared_ptr<IndexerCommandList> indexerCommandList = std::make_shared<IndexerCommandList>();
for (const std::shared_ptr<SourceGroup>& sourceGroup : m_sourceGroups)