summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Internal/cachingimagemanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Internal/cachingimagemanager.hpp')
-rw-r--r--plugin/src/Caelestia/Internal/cachingimagemanager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Internal/cachingimagemanager.hpp b/plugin/src/Caelestia/Internal/cachingimagemanager.hpp
index f05ea34..3611699 100644
--- a/plugin/src/Caelestia/Internal/cachingimagemanager.hpp
+++ b/plugin/src/Caelestia/Internal/cachingimagemanager.hpp
@@ -4,7 +4,7 @@
#include <qobject.h>
#include <qqmlintegration.h>
-namespace caelestia {
+namespace caelestia::internal {
class CachingImageManager : public QObject {
Q_OBJECT
@@ -62,4 +62,4 @@ private:
[[nodiscard]] static QString sha256sum(const QString& path);
};
-} // namespace caelestia
+} // namespace caelestia::internal