summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Internal/cachingimagemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Internal/cachingimagemanager.cpp')
-rw-r--r--plugin/src/Caelestia/Internal/cachingimagemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Internal/cachingimagemanager.cpp b/plugin/src/Caelestia/Internal/cachingimagemanager.cpp
index 3394f89..1c15cd2 100644
--- a/plugin/src/Caelestia/Internal/cachingimagemanager.cpp
+++ b/plugin/src/Caelestia/Internal/cachingimagemanager.cpp
@@ -9,7 +9,7 @@
#include <qpainter.h>
#include <qtconcurrentrun.h>
-namespace caelestia {
+namespace caelestia::internal {
qreal CachingImageManager::effectiveScale() const {
if (m_item && m_item->window()) {
@@ -220,4 +220,4 @@ QString CachingImageManager::sha256sum(const QString& path) {
return hash.result().toHex();
}
-} // namespace caelestia
+} // namespace caelestia::internal