Skip to content

[stable-3.14] properly detect and enable Qt6 WebEngine integration #3888

[stable-3.14] properly detect and enable Qt6 WebEngine integration

[stable-3.14] properly detect and enable Qt6 WebEngine integration #3888

Triggered via pull request August 28, 2024 09:35
Status Success
Total duration 1m 59s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 4 warnings, and 2 notices
Run clang-format on src/gui/creds/webflowcredentialsdialog.cpp: src/gui/creds/webflowcredentialsdialog.cpp#L1
File src/gui/creds/webflowcredentialsdialog.cpp does not conform to Custom style guidelines. (lines 16)
Run clang-format on src/gui/wizard/webview.cpp: src/gui/wizard/webview.cpp#L1
File src/gui/wizard/webview.cpp does not conform to Custom style guidelines. (lines 205, 208)
src/gui/creds/webflowcredentialsdialog.h:12:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/creds/webflowcredentialsdialog.h#L12
variable 'QLabel' is non-const and globally accessible, consider making it const