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 <qpainterpath.h>
#include <qpen.h>
namespace caelestia::internal {
namespace ZShell::internal {
SparklineItem::SparklineItem(QQuickItem* parent)
: QQuickPaintedItem(parent) {
@@ -212,4 +212,4 @@ void SparklineItem::setLineWidth(qreal width) {
update();
}
} // namespace caelestia::internal
} // namespace ZShell::internal