summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.hpp
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 17:34:20 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 17:34:20 +1000
commit7aaa14438f7d674707d4b8591364ee457248d0e6 (patch)
tree83c01a7433dd178d3033086c68a91ad10079993b /plugin/src/Caelestia/Models/filesystemmodel.hpp
parentdev: build with clazy (diff)
downloadcaelestia-shell-7aaa14438f7d674707d4b8591364ee457248d0e6.tar.gz
caelestia-shell-7aaa14438f7d674707d4b8591364ee457248d0e6.tar.bz2
caelestia-shell-7aaa14438f7d674707d4b8591364ee457248d0e6.zip
plugin: fix clazy warnings
Diffstat (limited to 'plugin/src/Caelestia/Models/filesystemmodel.hpp')
-rw-r--r--plugin/src/Caelestia/Models/filesystemmodel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/Models/filesystemmodel.hpp b/plugin/src/Caelestia/Models/filesystemmodel.hpp
index 07fb1a1..822babd 100644
--- a/plugin/src/Caelestia/Models/filesystemmodel.hpp
+++ b/plugin/src/Caelestia/Models/filesystemmodel.hpp
@@ -121,7 +121,7 @@ signals:
void nameFiltersChanged();
void entriesChanged();
- void added(const FileSystemEntry* entry);
+ void added(const caelestia::FileSystemEntry* entry);
void removed(const QString& path);
private: