aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/filesystem.h')
-rw-r--r--src/libs/clangsupport/filesystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/clangsupport/filesystem.h b/src/libs/clangsupport/filesystem.h
index ecf332de55..827fdcfd0e 100644
--- a/src/libs/clangsupport/filesystem.h
+++ b/src/libs/clangsupport/filesystem.h
@@ -41,6 +41,8 @@ public:
FilePathIds directoryEntries(const QString &directoryPath) const override;
long long lastModified(FilePathId filePathId) const override;
+ void remove(const FilePathIds &filePathIds) override;
+
private:
FilePathCachingInterface &m_filePathCache;
};