logic: Allow duplicate indexing of source files if the indexer command is different

This commit is contained in:
Eberhard Graether
2017-11-09 17:24:28 +01:00
parent ae37145d22
commit ead9f9a634
10 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
virtual bool prepareIndexing();
virtual std::vector<std::shared_ptr<IndexerCommand>> getIndexerCommands(
std::set<FilePath>* filesToIndex, bool fullRefresh);
const std::set<FilePath>& filesToIndex, bool fullRefresh);
protected:
virtual std::vector<FilePath> doGetClassPath();