diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-24 12:17:26 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-24 12:17:26 +1000 |
| commit | e294adf96adcc5c5897c74b3af270ff9242bde08 (patch) | |
| tree | 0e4f379b456bbb714128452d66a2c1f5d56a51a8 /plugin/src/Caelestia/Models/filesystemmodel.hpp | |
| parent | plugin: add image analyser (diff) | |
| download | caelestia-shell-e294adf96adcc5c5897c74b3af270ff9242bde08.tar.gz caelestia-shell-e294adf96adcc5c5897c74b3af270ff9242bde08.tar.bz2 caelestia-shell-e294adf96adcc5c5897c74b3af270ff9242bde08.zip | |
plugin/fsm: fix crash
Fixes #663
Fixes #681
Fixes #647
also build dev plugin with RelWithDebInfo
Diffstat (limited to 'plugin/src/Caelestia/Models/filesystemmodel.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Models/filesystemmodel.hpp | 3 |
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; |