diff options
Diffstat (limited to 'plugin/src/Caelestia/filesystemmodel.hpp')
| -rw-r--r-- | plugin/src/Caelestia/filesystemmodel.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/filesystemmodel.hpp b/plugin/src/Caelestia/filesystemmodel.hpp index 89b03e6..4115e30 100644 --- a/plugin/src/Caelestia/filesystemmodel.hpp +++ b/plugin/src/Caelestia/filesystemmodel.hpp @@ -10,6 +10,8 @@ #include <QObject> #include <qqmlintegration.h> +namespace caelestia { + class FileSystemEntry : public QObject { Q_OBJECT QML_ELEMENT @@ -157,3 +159,5 @@ private: void applyChanges(const QSet<QString>& removedPaths, const QSet<QString>& addedPaths); [[nodiscard]] static bool compareEntries(const FileSystemEntry* a, const FileSystemEntry* b); }; + +} // namespace caelestia |