diff options
Diffstat (limited to 'plugin/src/Caelestia/Services/cavaprovider.cpp')
| -rw-r--r-- | plugin/src/Caelestia/Services/cavaprovider.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/cavaprovider.cpp b/plugin/src/Caelestia/Services/cavaprovider.cpp index 0fb3a4c..81477d7 100644 --- a/plugin/src/Caelestia/Services/cavaprovider.cpp +++ b/plugin/src/Caelestia/Services/cavaprovider.cpp @@ -7,7 +7,7 @@ #include <cstddef> #include <qdebug.h> -namespace caelestia { +namespace caelestia::services { CavaProcessor::CavaProcessor(QObject* parent) : AudioProcessor(parent) @@ -139,4 +139,4 @@ void CavaProvider::updateValues(QVector<double> values) { } } -} // namespace caelestia +} // namespace caelestia::services |