Skip to content

feat: DTK Changed-Toolbar and edit navigation #112

feat: DTK Changed-Toolbar and edit navigation

feat: DTK Changed-Toolbar and edit navigation #112

Triggered via pull request November 15, 2023 11:33
@N0rthHXDN0rthHXD
synchronize #78
Status Success
Total duration 4m 44s
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.