1 Commits

Author SHA1 Message Date
AramJonghu d799e61c79 clang-tidy fixes incoming 2026-06-05 18:02:27 +02:00
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ CheckOptions:
readability-identifier-naming.StaticConstantCase: UPPER_CASE
readability-identifier-naming.StaticConstantPrefix: k
readability-identifier-naming.VariableCase: camelBack
WarningsAsErrors: "*"
HeaderFilterRegex: ".*"
HeaderFilterRegex: ""
FormatStyle: file
...
+2 -1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <qobject.h>
#include <qqmlintegration.h>
#include <qqmllist.h>
@@ -20,7 +21,7 @@ Q_PROPERTY(int timeout READ timeout CONSTANT)
Q_PROPERTY(Type type READ type CONSTANT)
public:
enum class Type {
enum class Type: std::uint8_t {
Info = 0,
Success,
Warning,