cmake build hotfix

This commit is contained in:
2026-06-05 12:31:37 +02:00
parent 27924aca37
commit 9cefdf509c
17 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <qqmlintegration.h>
#include <qquickpainteditem.h>
namespace ZShell::Internal {
namespace ZShell::internal {
class ArcGauge : public QQuickPaintedItem {
Q_OBJECT
@@ -4,7 +4,7 @@
#include <qobject.h>
#include <qqmlintegration.h>
namespace ZShell::Internal {
namespace ZShell::internal {
class CachingImageManager : public QObject {
Q_OBJECT
+1 -1
View File
@@ -4,7 +4,7 @@
#include <qqmlintegration.h>
#include <qvector.h>
namespace ZShell::Internal {
namespace ZShell::internal {
class CircularBuffer : public QObject {
Q_OBJECT
@@ -5,7 +5,7 @@
#include <qobject.h>
#include <qqmlintegration.h>
namespace ZShell::Internal {
namespace ZShell::internal {
class CircularIndicatorManager : public QObject {
Q_OBJECT
@@ -25,7 +25,7 @@ Q_PROPERTY(IndeterminateAnimationType indeterminateAnimationType READ indetermin
public:
explicit CircularIndicatorManager(QObject* parent = nullptr);
enum IndeterminateAnimationType: std::uint8_t {
enum IndeterminateAnimationType {
Advance = 0,
Retreat
};
+1 -1
View File
@@ -5,7 +5,7 @@
#include <qqmlintegration.h>
#include <qqmllist.h>
namespace ZShell::Internal::Hypr {
namespace ZShell::internal::hypr {
class HyprKeyboard : public QObject {
Q_OBJECT
+1 -1
View File
@@ -10,7 +10,7 @@
#include <qstringlist.h>
#include <qvariant.h>
namespace ZShell::Internal::Hypr {
namespace ZShell::internal::hypr {
class HyprDevices;
+1 -1
View File
@@ -3,7 +3,7 @@
#include <qobject.h>
#include <qqmlintegration.h>
namespace ZShell::Internal {
namespace ZShell::internal {
class LidWatcher : public QObject {
Q_OBJECT
+1 -1
View File
@@ -7,7 +7,7 @@
#include "circularbuffer.hpp"
namespace ZShell::Internal {
namespace ZShell::internal {
class SparklineItem : public QQuickPaintedItem {
Q_OBJECT
+1 -1
View File
@@ -7,7 +7,7 @@
#include <QFutureWatcher>
#include <QtQml/qqml.h>
namespace ZShell::Internal {
namespace ZShell::internal {
class WallpaperImage : public QQuickItem {
Q_OBJECT