diff options
Diffstat (limited to 'plugin/src/Caelestia/Services/serviceref.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Services/serviceref.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <qpointer.h> #include <qqmlintegration.h> -namespace caelestia { +namespace caelestia::services { class ServiceRef : public QObject { Q_OBJECT @@ -25,4 +25,4 @@ private: QPointer<Service> m_service; }; -} // namespace caelestia +} // namespace caelestia::services |