From a08b5daf962c265e642306e33e3044650cc860ce Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:56:21 +1000 Subject: plugin/appdb: forward signals --- plugin/src/Caelestia/Models/filesystemmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/src/Caelestia/Models') diff --git a/plugin/src/Caelestia/Models/filesystemmodel.cpp b/plugin/src/Caelestia/Models/filesystemmodel.cpp index 536f14b..2740cbd 100644 --- a/plugin/src/Caelestia/Models/filesystemmodel.cpp +++ b/plugin/src/Caelestia/Models/filesystemmodel.cpp @@ -8,7 +8,7 @@ namespace caelestia { FileSystemEntry::FileSystemEntry(const QString& path, const QString& relativePath, QObject* parent) : QObject(parent) - , m_fileInfo(QFileInfo(path)) + , m_fileInfo(path) , m_path(path) , m_relativePath(relativePath) , m_isImageInitialised(false) -- cgit v1.2.3-freya