From cfc1dc447c8bf6306de74d1fb1dba7943a1e1232 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 6 Sep 2025 00:24:54 +1000 Subject: plugin: namespace everything --- plugin/src/Caelestia/cachingimagemanager.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugin/src/Caelestia/cachingimagemanager.hpp') diff --git a/plugin/src/Caelestia/cachingimagemanager.hpp b/plugin/src/Caelestia/cachingimagemanager.hpp index 0c22661..21ad8e8 100644 --- a/plugin/src/Caelestia/cachingimagemanager.hpp +++ b/plugin/src/Caelestia/cachingimagemanager.hpp @@ -5,6 +5,8 @@ #include #include +namespace caelestia { + class CachingImageManager : public QObject { Q_OBJECT QML_ELEMENT @@ -59,3 +61,5 @@ private: void createCache(const QString& path, const QString& cache, const QString& fillMode, const QSize& size) const; [[nodiscard]] static QString sha256sum(const QString& path); }; + +} // namespace caelestia -- cgit v1.2.3-freya