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/Services/serviceref.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/src/Caelestia/Services/serviceref.hpp') diff --git a/plugin/src/Caelestia/Services/serviceref.hpp b/plugin/src/Caelestia/Services/serviceref.hpp index f1bd0f5..f0c2162 100644 --- a/plugin/src/Caelestia/Services/serviceref.hpp +++ b/plugin/src/Caelestia/Services/serviceref.hpp @@ -4,7 +4,7 @@ #include #include -namespace caelestia { +namespace caelestia::services { class ServiceRef : public QObject { Q_OBJECT @@ -25,4 +25,4 @@ private: QPointer m_service; }; -} // namespace caelestia +} // namespace caelestia::services -- cgit v1.2.3-freya