From 7aaa14438f7d674707d4b8591364ee457248d0e6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:34:20 +1000 Subject: plugin: fix clazy warnings --- plugin/src/Caelestia/Models/filesystemmodel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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: -- cgit v1.2.3-freya