summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Services/serviceref.cpp
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-09-24 14:19:04 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-09-24 14:19:04 +1000
commit17509aa2d9573cc2283ea35148a8078d904454f3 (patch)
tree8579ec152a272ce2b227a996681d6d8017c356e1 /plugin/src/Caelestia/Services/serviceref.cpp
parentinternal: add option for splitbutton menu pos (diff)
downloadcaelestia-shell-17509aa2d9573cc2283ea35148a8078d904454f3.tar.gz
caelestia-shell-17509aa2d9573cc2283ea35148a8078d904454f3.tar.bz2
caelestia-shell-17509aa2d9573cc2283ea35148a8078d904454f3.zip
plugin: sub namespace modules
Diffstat (limited to 'plugin/src/Caelestia/Services/serviceref.cpp')
-rw-r--r--plugin/src/Caelestia/Services/serviceref.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/serviceref.cpp b/plugin/src/Caelestia/Services/serviceref.cpp
index 91f8982..db1a3f2 100644
--- a/plugin/src/Caelestia/Services/serviceref.cpp
+++ b/plugin/src/Caelestia/Services/serviceref.cpp
@@ -2,7 +2,7 @@
#include "service.hpp"
-namespace caelestia {
+namespace caelestia::services {
ServiceRef::ServiceRef(Service* service, QObject* parent)
: QObject(parent)
@@ -33,4 +33,4 @@ void ServiceRef::setService(Service* service) {
}
}
-} // namespace caelestia
+} // namespace caelestia::services