From e294adf96adcc5c5897c74b3af270ff9242bde08 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:17:26 +1000 Subject: plugin/fsm: fix crash Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo --- plugin/src/Caelestia/Models/filesystemmodel.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugin/src/Caelestia/Models/filesystemmodel.hpp') 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; -- cgit v1.2.3-freya