data: Record errors in precompiled header generation
* also records include dependencies within precompiled header file
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user