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
@@ -9,7 +9,7 @@
#include <qrect.h> #include <qrect.h>
#include <qvector.h> #include <qvector.h>
namespace ZShell::Components { namespace ZShell::components {
class LazyListViewAttached : public QObject { class LazyListViewAttached : public QObject {
Q_OBJECT Q_OBJECT
+1 -1
View File
@@ -5,7 +5,7 @@
#include <qqmlintegration.h> #include <qqmlintegration.h>
#include <qquickpainteditem.h> #include <qquickpainteditem.h>
namespace ZShell::Internal { namespace ZShell::internal {
class ArcGauge : public QQuickPaintedItem { class ArcGauge : public QQuickPaintedItem {
Q_OBJECT Q_OBJECT
@@ -4,7 +4,7 @@
#include <qobject.h> #include <qobject.h>
#include <qqmlintegration.h> #include <qqmlintegration.h>
namespace ZShell::Internal { namespace ZShell::internal {
class CachingImageManager : public QObject { class CachingImageManager : public QObject {
Q_OBJECT Q_OBJECT
+1 -1
View File
@@ -4,7 +4,7 @@
#include <qqmlintegration.h> #include <qqmlintegration.h>
#include <qvector.h> #include <qvector.h>
namespace ZShell::Internal { namespace ZShell::internal {
class CircularBuffer : public QObject { class CircularBuffer : public QObject {
Q_OBJECT Q_OBJECT
@@ -5,7 +5,7 @@
#include <qobject.h> #include <qobject.h>
#include <qqmlintegration.h> #include <qqmlintegration.h>
namespace ZShell::Internal { namespace ZShell::internal {
class CircularIndicatorManager : public QObject { class CircularIndicatorManager : public QObject {
Q_OBJECT Q_OBJECT
@@ -25,7 +25,7 @@ Q_PROPERTY(IndeterminateAnimationType indeterminateAnimationType READ indetermin
public: public:
explicit CircularIndicatorManager(QObject* parent = nullptr); explicit CircularIndicatorManager(QObject* parent = nullptr);
enum IndeterminateAnimationType: std::uint8_t { enum IndeterminateAnimationType {
Advance = 0, Advance = 0,
Retreat Retreat
}; };
+1 -1
View File
@@ -5,7 +5,7 @@
#include <qqmlintegration.h> #include <qqmlintegration.h>
#include <qqmllist.h> #include <qqmllist.h>
namespace ZShell::Internal::Hypr { namespace ZShell::internal::hypr {
class HyprKeyboard : public QObject { class HyprKeyboard : public QObject {
Q_OBJECT Q_OBJECT
+1 -1
View File
@@ -10,7 +10,7 @@
#include <qstringlist.h> #include <qstringlist.h>
#include <qvariant.h> #include <qvariant.h>
namespace ZShell::Internal::Hypr { namespace ZShell::internal::hypr {
class HyprDevices; class HyprDevices;
+1 -1
View File
@@ -3,7 +3,7 @@
#include <qobject.h> #include <qobject.h>
#include <qqmlintegration.h> #include <qqmlintegration.h>
namespace ZShell::Internal { namespace ZShell::internal {
class LidWatcher : public QObject { class LidWatcher : public QObject {
Q_OBJECT Q_OBJECT
+1 -1
View File
@@ -7,7 +7,7 @@
#include "circularbuffer.hpp" #include "circularbuffer.hpp"
namespace ZShell::Internal { namespace ZShell::internal {
class SparklineItem : public QQuickPaintedItem { class SparklineItem : public QQuickPaintedItem {
Q_OBJECT Q_OBJECT
+1 -1
View File
@@ -7,7 +7,7 @@
#include <QFutureWatcher> #include <QFutureWatcher>
#include <QtQml/qqml.h> #include <QtQml/qqml.h>
namespace ZShell::Internal { namespace ZShell::internal {
class WallpaperImage : public QQuickItem { class WallpaperImage : public QQuickItem {
Q_OBJECT Q_OBJECT
+2 -2
View File
@@ -11,7 +11,7 @@
#include <qqmlintegration.h> #include <qqmlintegration.h>
#include <qqmllist.h> #include <qqmllist.h>
namespace ZShell::Models { namespace ZShell::models {
class FileSystemEntry : public QObject { class FileSystemEntry : public QObject {
Q_OBJECT Q_OBJECT
@@ -76,7 +76,7 @@ Q_PROPERTY(QStringList nameFilters READ nameFilters WRITE setNameFilters NOTIFY
Q_PROPERTY(QQmlListProperty<ZShell::models::FileSystemEntry> entries READ entries NOTIFY entriesChanged) Q_PROPERTY(QQmlListProperty<ZShell::models::FileSystemEntry> entries READ entries NOTIFY entriesChanged)
public: public:
enum Filter: std::uint8_t { enum Filter {
NoFilter, NoFilter,
Images, Images,
Files, Files,
+1 -1
View File
@@ -10,7 +10,7 @@
#include <thread> #include <thread>
#include <vector> #include <vector>
namespace ZShell::Services { namespace ZShell::services {
namespace ac { namespace ac {
+1 -1
View File
@@ -4,7 +4,7 @@
#include <qqmlintegration.h> #include <qqmlintegration.h>
#include <qtimer.h> #include <qtimer.h>
namespace ZShell::Services { namespace ZShell::services {
class AudioProcessor : public QObject { class AudioProcessor : public QObject {
Q_OBJECT Q_OBJECT
+2 -2
View File
@@ -6,7 +6,7 @@
#include <QQmlEngine> #include <QQmlEngine>
#include <cstdint> #include <cstdint>
namespace ZShell::Services { namespace ZShell::services {
struct DesktopItem { struct DesktopItem {
QString fileName; QString fileName;
@@ -21,7 +21,7 @@ Q_OBJECT
QML_ELEMENT QML_ELEMENT
public: public:
enum DesktopRoles: std::uint16_t { enum DesktopRoles {
FileNameRole = Qt::UserRole + 1, FileNameRole = Qt::UserRole + 1,
FilePathRole, FilePathRole,
IsDirRole, IsDirRole,
@@ -4,7 +4,7 @@
#include <QVariantMap> #include <QVariantMap>
#include <QQmlEngine> #include <QQmlEngine>
namespace ZShell::Services { namespace ZShell::services {
class DesktopStateManager : public QObject { class DesktopStateManager : public QObject {
Q_OBJECT Q_OBJECT
@@ -7,7 +7,7 @@
#include <qqmlintegration.h> #include <qqmlintegration.h>
#include <qtmetamacros.h> #include <qtmetamacros.h>
namespace ZShell::Services { namespace ZShell::services {
class HyprsunsetManager : public QObject { class HyprsunsetManager : public QObject {
Q_OBJECT Q_OBJECT
+1 -1
View File
@@ -3,7 +3,7 @@
#include <qobject.h> #include <qobject.h>
#include <qset.h> #include <qset.h>
namespace ZShell::Services { namespace ZShell::services {
class Service : public QObject { class Service : public QObject {
Q_OBJECT Q_OBJECT