summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Models/filesystemmodel.hpp')
-rw-r--r--plugin/src/Caelestia/Models/filesystemmodel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Models/filesystemmodel.hpp b/plugin/src/Caelestia/Models/filesystemmodel.hpp
index 9178e0c..cead43f 100644
--- a/plugin/src/Caelestia/Models/filesystemmodel.hpp
+++ b/plugin/src/Caelestia/Models/filesystemmodel.hpp
@@ -9,7 +9,7 @@
#include <qobject.h>
#include <qqmlintegration.h>
-namespace caelestia {
+namespace caelestia::models {
class FileSystemEntry : public QObject {
Q_OBJECT
@@ -144,4 +144,4 @@ private:
[[nodiscard]] bool compareEntries(const FileSystemEntry* a, const FileSystemEntry* b) const;
};
-} // namespace caelestia
+} // namespace caelestia::models