logic: Fixed source files within CDB not indexed unless within Indexed Header Paths
This commit is contained in:
@@ -39,7 +39,7 @@ void InterprocessIndexer::work()
|
||||
data.setIndexedFiles(m_interprocessIndexingStatusManager.getIndexedFiles());
|
||||
|
||||
std::shared_ptr<FileRegister> fileRegister = std::make_shared<FileRegister>(
|
||||
data, indexerCommand->getIndexedPaths(), indexerCommand->getExcludedPath()
|
||||
data, indexerCommand->getSourceFilePath(), indexerCommand->getIndexedPaths(), indexerCommand->getExcludedPath()
|
||||
);
|
||||
|
||||
std::shared_ptr<IntermediateStorage> result = indexer->index(indexerCommand, fileRegister);
|
||||
|
||||
Reference in New Issue
Block a user