summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Services/audioprovider.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Services/audioprovider.hpp')
-rw-r--r--plugin/src/Caelestia/Services/audioprovider.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/audioprovider.hpp b/plugin/src/Caelestia/Services/audioprovider.hpp
index 43819be..5bf9bb0 100644
--- a/plugin/src/Caelestia/Services/audioprovider.hpp
+++ b/plugin/src/Caelestia/Services/audioprovider.hpp
@@ -4,7 +4,7 @@
#include <qqmlintegration.h>
#include <qtimer.h>
-namespace caelestia {
+namespace caelestia::services {
class AudioProcessor : public QObject {
Q_OBJECT
@@ -45,4 +45,4 @@ private:
void stop() override;
};
-} // namespace caelestia
+} // namespace caelestia::services