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
@@ -4,7 +4,7 @@
#include <qqmlintegration.h>
#include <qvector.h>
namespace caelestia::internal {
namespace ZShell::internal {
class CircularBuffer : public QObject {
Q_OBJECT
@@ -41,4 +41,4 @@ int m_count = 0;
int m_capacity = 0;
};
} // namespace caelestia::internal
} // namespace ZShell::internal