fix namespaces and logging names

This commit is contained in:
2026-06-04 14:56:20 +02:00
parent b6e7ee7a54
commit a477fb2e22
6 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include <algorithm>
namespace caelestia::internal {
namespace ZShell::internal {
CircularBuffer::CircularBuffer(QObject* parent)
: QObject(parent) {
@@ -92,4 +92,4 @@ qreal CircularBuffer::at(int index) const {
return m_data[actualIndex];
}
} // namespace caelestia::internal
} // namespace ZShell::internal