summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/filesystemmodel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/filesystemmodel.hpp')
-rw-r--r--plugin/src/Caelestia/filesystemmodel.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/filesystemmodel.hpp b/plugin/src/Caelestia/filesystemmodel.hpp
index fdcd6c1..2e3bf93 100644
--- a/plugin/src/Caelestia/filesystemmodel.hpp
+++ b/plugin/src/Caelestia/filesystemmodel.hpp
@@ -154,4 +154,6 @@ private:
void updateWatcher();
void updateEntries();
void updateEntriesForDir(const QString& dir);
+ void applyChanges(const QSet<QString>& removedPaths, const QSet<QString>& addedPaths);
+ static bool compareEntries(const FileSystemEntry* a, const FileSystemEntry* b);
};