summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-22 13:56:21 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-22 13:56:21 +1000
commita08b5daf962c265e642306e33e3044650cc860ce (patch)
tree5c0dad24f2ce20a7c262cf8486053cd685d655d3 /plugin/src/Caelestia/Models/filesystemmodel.cpp
parentdrawers: fix input mask on special ws (diff)
downloadcaelestia-shell-a08b5daf962c265e642306e33e3044650cc860ce.tar.gz
caelestia-shell-a08b5daf962c265e642306e33e3044650cc860ce.tar.bz2
caelestia-shell-a08b5daf962c265e642306e33e3044650cc860ce.zip
plugin/appdb: forward signals
Diffstat (limited to 'plugin/src/Caelestia/Models/filesystemmodel.cpp')
-rw-r--r--plugin/src/Caelestia/Models/filesystemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
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)