logic: refresh only files where content changed

This commit is contained in:
mlangkabel
2017-09-11 09:56:18 +02:00
parent 99f54eedbc
commit 41348f5130
2 changed files with 26 additions and 4 deletions
+2
View File
@@ -8,6 +8,7 @@
#include "project/SourceGroup.h"
struct FileInfo;
class FilePath;
class PersistentStorage;
class ProjectSettings;
@@ -50,6 +51,7 @@ private:
void buildIndex(const std::set<FilePath>& filesToIndex, const std::set<FilePath>& filesToClean, bool fullRefresh);
bool hasCxxSourceGroup() const;
bool didFileChange(const FileInfo& info) const;
std::shared_ptr<ProjectSettings> m_settings;
StorageAccessProxy* const m_storageAccessProxy;