data: explicitly clear all errors when refreshing incomplete files

This commit is contained in:
Eberhard Graether
2018-06-11 15:55:23 +02:00
parent 1a37a9af34
commit 1c9b4c1afd
7 changed files with 29 additions and 4 deletions
+1
View File
@@ -61,6 +61,7 @@ public:
std::set<FilePath> getReferenced(const std::set<FilePath>& filePaths) const;
std::set<FilePath> getReferencing(const std::set<FilePath>& filePaths) const;
void clearAllErrors();
void clearFileElements(const std::vector<FilePath>& filePaths, std::function<void(int)> updateStatusCallback);
std::vector<FileInfo> getFileInfoForAllIndexedFiles() const;