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
+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,