cmake build hotfix
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
namespace ZShell::Services {
|
||||
namespace ZShell::services {
|
||||
|
||||
namespace ac {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <qqmlintegration.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
namespace ZShell::Services {
|
||||
namespace ZShell::services {
|
||||
|
||||
class AudioProcessor : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <qobject.h>
|
||||
#include <qset.h>
|
||||
|
||||
namespace ZShell::Services {
|
||||
namespace ZShell::services {
|
||||
|
||||
class Service : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user