summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Models/filesystemmodel.hpp')
-rw-r--r--plugin/src/Caelestia/Models/filesystemmodel.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/src/Caelestia/Models/filesystemmodel.hpp b/plugin/src/Caelestia/Models/filesystemmodel.hpp
index 822babd..9178e0c 100644
--- a/plugin/src/Caelestia/Models/filesystemmodel.hpp
+++ b/plugin/src/Caelestia/Models/filesystemmodel.hpp
@@ -121,9 +121,6 @@ signals:
void nameFiltersChanged();
void entriesChanged();
- void added(const caelestia::FileSystemEntry* entry);
- void removed(const QString& path);
-
private:
QDir m_dir;
QFileSystemWatcher m_watcher;