Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d799e61c79
|
+1
-2
@@ -24,8 +24,7 @@ CheckOptions:
|
|||||||
readability-identifier-naming.StaticConstantCase: UPPER_CASE
|
readability-identifier-naming.StaticConstantCase: UPPER_CASE
|
||||||
readability-identifier-naming.StaticConstantPrefix: k
|
readability-identifier-naming.StaticConstantPrefix: k
|
||||||
readability-identifier-naming.VariableCase: camelBack
|
readability-identifier-naming.VariableCase: camelBack
|
||||||
WarningsAsErrors: "*"
|
HeaderFilterRegex: ""
|
||||||
HeaderFilterRegex: ".*"
|
|
||||||
FormatStyle: file
|
FormatStyle: file
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <qobject.h>
|
#include <qobject.h>
|
||||||
#include <qqmlintegration.h>
|
#include <qqmlintegration.h>
|
||||||
#include <qqmllist.h>
|
#include <qqmllist.h>
|
||||||
@@ -20,7 +21,7 @@ Q_PROPERTY(int timeout READ timeout CONSTANT)
|
|||||||
Q_PROPERTY(Type type READ type CONSTANT)
|
Q_PROPERTY(Type type READ type CONSTANT)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
enum class Type {
|
enum class Type: std::uint8_t {
|
||||||
Info = 0,
|
Info = 0,
|
||||||
Success,
|
Success,
|
||||||
Warning,
|
Warning,
|
||||||
|
|||||||
Reference in New Issue
Block a user