Skip to content

feat: DTK Changed-Toolbar and edit navigation #114

feat: DTK Changed-Toolbar and edit navigation

feat: DTK Changed-Toolbar and edit navigation #114

Triggered via pull request November 16, 2023 05:05
@N0rthHXDN0rthHXD
synchronize #78
Status Success
Total duration 4m 25s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L351
Either the condition '!central' is redundant or there is possible null pointer dereference: central.
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L409
Either the condition '!action' is redundant or there is possible null pointer dereference: action.
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L414
Consider using std::find_if algorithm instead of a raw loop.
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L426
Consider using std::find_if algorithm instead of a raw loop.