From 17509aa2d9573cc2283ea35148a8078d904454f3 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:19:04 +1000 Subject: plugin: sub namespace modules --- plugin/src/Caelestia/Internal/cachingimagemanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/src/Caelestia/Internal/cachingimagemanager.cpp') 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 #include -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 -- cgit v1.2.3-freya