diff options
Diffstat (limited to 'plugin/src/Caelestia/Services/cavaprovider.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Services/cavaprovider.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/cavaprovider.hpp b/plugin/src/Caelestia/Services/cavaprovider.hpp index 97d71c5..c45e33f 100644 --- a/plugin/src/Caelestia/Services/cavaprovider.hpp +++ b/plugin/src/Caelestia/Services/cavaprovider.hpp @@ -4,7 +4,7 @@ #include <cava/cavacore.h> #include <qqmlintegration.h> -namespace caelestia { +namespace caelestia::services { class CavaProcessor : public AudioProcessor { Q_OBJECT @@ -61,4 +61,4 @@ private: void updateValues(QVector<double> values); }; -} // namespace caelestia +} // namespace caelestia::services |