data: Record errors in precompiled header generation

* also records include dependencies within precompiled header file
This commit is contained in:
Eberhard Graether
2019-07-31 23:28:22 +02:00
parent 4b58bb679c
commit b35d4657d5
11 changed files with 96 additions and 23 deletions
+1 -1
View File
@@ -549,7 +549,7 @@ void Project::buildIndex(RefreshInfo info, std::shared_ptr<DialogView> dialogVie
{
if (sourceGroup->getStatus() == SOURCE_GROUP_STATUS_ENABLED)
{
preIndexTasks->addTask(sourceGroup->getPreIndexTask(dialogView));
preIndexTasks->addTask(sourceGroup->getPreIndexTask(storageProvider, dialogView));
}
}