aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/filesysteminterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/filesysteminterface.h')
-rw-r--r--src/libs/clangsupport/filesysteminterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/clangsupport/filesysteminterface.h b/src/libs/clangsupport/filesysteminterface.h
index 9d64d2a93a..68be461657 100644
--- a/src/libs/clangsupport/filesysteminterface.h
+++ b/src/libs/clangsupport/filesysteminterface.h
@@ -36,6 +36,7 @@ class FileSystemInterface
public:
virtual FilePathIds directoryEntries(const QString &directoryPath) const = 0;
virtual long long lastModified(FilePathId filePathId) const = 0;
+ virtual void remove(const FilePathIds &filePathIds) = 0;
protected:
~FileSystemInterface() = default;