Revert dark mode regressions on Windows 10 #4482
Triggered via pull request
November 12, 2024 14:34
Status
Success
Total duration
59m 15s
Artifacts
–
Annotations
3 errors, 1 warning, and 2 notices
src/gui/application.h:18:10 [clang-diagnostic-error]:
src/gui/application.h#L18
'QApplication' file not found
|
src/gui/main.cpp:15:10 [clang-diagnostic-error]:
src/gui/main.cpp#L15
'QtGlobal' file not found
|
src/libsync/theme.h:18:10 [clang-diagnostic-error]:
src/libsync/theme.h#L18
'QIcon' file not found
|
src/libsync/theme.cpp:80:1 [cppcoreguidelines-avoid-non-const-global-variables]:
src/libsync/theme.cpp#L80
variable 'Q_LOGGING_CATEGORY' is non-const and globally accessible, consider making it const
|
Run clang-format on src/gui/application.cpp:
src/gui/application.cpp#L1
File src/gui/application.cpp does not conform to Custom style guidelines. (lines 369)
|
Run clang-format on src/libsync/theme.cpp:
src/libsync/theme.cpp#L1
File src/libsync/theme.cpp does not conform to Custom style guidelines. (lines 71, 401, 972, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1018, 1033, 1034)
|