[utilities/kdebugsettings] src/core: USe uint8_t
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c9e8a998ce790bd11b86caf349ffe084f0968c72 by Laurent Montel.
Committed on 18/07/2026 at 16:46.
Pushed by mlaurent into branch 'master'.
USe uint8_t
M +1 -1 src/core/loggingcategory.h
https://invent.kde.org/utilities/kdebugsettings/-/commit/c9e8a998ce790bd11b86caf349ffe084f0968c72
diff --git a/src/core/loggingcategory.h b/src/core/loggingcategory.h
index 2958a202..8c8598db 100644
--- a/src/core/loggingcategory.h
+++ b/src/core/loggingcategory.h
@@ -12,7 +12,7 @@
#include <QString>
struct LIBKDEBUGSETTINGSCORE_EXPORT LoggingCategory {
- enum LoggingType : char {
+ enum LoggingType : uint8_t {
All = 0,
Info,
Warning,