diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-22 13:56:21 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-22 13:56:21 +1000 |
| commit | a08b5daf962c265e642306e33e3044650cc860ce (patch) | |
| tree | 5c0dad24f2ce20a7c262cf8486053cd685d655d3 /plugin/src/Caelestia/Models/filesystemmodel.cpp | |
| parent | drawers: fix input mask on special ws (diff) | |
| download | caelestia-shell-a08b5daf962c265e642306e33e3044650cc860ce.tar.gz caelestia-shell-a08b5daf962c265e642306e33e3044650cc860ce.tar.bz2 caelestia-shell-a08b5daf962c265e642306e33e3044650cc860ce.zip | |
plugin/appdb: forward signals
Diffstat (limited to '')
| -rw-r--r-- | plugin/src/Caelestia/Models/filesystemmodel.cpp | 2 |
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) |