Skip to content

Use AccountPtr in Account signals instead of raw pointer #5705

Use AccountPtr in Account signals instead of raw pointer

Use AccountPtr in Account signals instead of raw pointer #5705

Triggered via pull request April 15, 2025 09:08
Status Success
Total duration 12m 24s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 5 warnings, and 2 notices
src/gui/owncloudgui.cpp:279:50 [bugprone-easily-swappable-parameters]: src/gui/owncloudgui.cpp#L279
2 adjacent parameters of 'slotNeedToAcceptTermsOfService' of similar type are easily swapped by mistake
src/gui/owncloudgui.cpp:279:19 [readability-convert-member-functions-to-static]: src/gui/owncloudgui.cpp#L279
method 'slotNeedToAcceptTermsOfService' can be made static
src/gui/owncloudgui.cpp:267:19 [readability-convert-member-functions-to-static]: src/gui/owncloudgui.cpp#L267
method 'slotTrayMessageIfServerUnsupported' can be made static
Run clang-format on src/gui/owncloudgui.h: src/gui/owncloudgui.h#L0
File src/gui/owncloudgui.h does not conform to Custom style guidelines. (lines 95)
Run clang-format on src/gui/owncloudgui.cpp: src/gui/owncloudgui.cpp#L0
File src/gui/owncloudgui.cpp does not conform to Custom style guidelines. (lines 279)