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 <qvector.h>
namespace ZShell::Components {
namespace ZShell::components {
class LazyListViewAttached : public QObject {
Q_OBJECT
+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
+2 -2
View File
@@ -11,7 +11,7 @@
#include <qqmlintegration.h>
#include <qqmllist.h>
namespace ZShell::Models {
namespace ZShell::models {
class FileSystemEntry : public QObject {
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)
public:
enum Filter: std::uint8_t {
enum Filter {
NoFilter,
Images,
Files,
+1 -1
View File
@@ -10,7 +10,7 @@
#include <thread>
#include <vector>
namespace ZShell::Services {
namespace ZShell::services {
namespace ac {
+1 -1
View File
@@ -4,7 +4,7 @@
#include <qqmlintegration.h>
#include <qtimer.h>
namespace ZShell::Services {
namespace ZShell::services {
class AudioProcessor : public QObject {
Q_OBJECT
+2 -2
View File
@@ -6,7 +6,7 @@
#include <QQmlEngine>
#include <cstdint>
namespace ZShell::Services {
namespace ZShell::services {
struct DesktopItem {
QString fileName;
@@ -21,7 +21,7 @@ Q_OBJECT
QML_ELEMENT
public:
enum DesktopRoles: std::uint16_t {
enum DesktopRoles {
FileNameRole = Qt::UserRole + 1,
FilePathRole,
IsDirRole,
@@ -4,7 +4,7 @@
#include <QVariantMap>
#include <QQmlEngine>
namespace ZShell::Services {
namespace ZShell::services {
class DesktopStateManager : public QObject {
Q_OBJECT
@@ -7,7 +7,7 @@
#include <qqmlintegration.h>
#include <qtmetamacros.h>
namespace ZShell::Services {
namespace ZShell::services {
class HyprsunsetManager : public QObject {
Q_OBJECT
+1 -1
View File
@@ -3,7 +3,7 @@
#include <qobject.h>
#include <qset.h>
namespace ZShell::Services {
namespace ZShell::services {
class Service : public QObject {
Q_OBJECT