[stable-3.14] Revert dark mode regressions on Windows 10 #4563
Triggered via pull request
November 19, 2024 13:13
Status
Success
Total duration
4h 50m 9s
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, 968, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1014, 1029, 1030)
|