Skip to content

feat: DTK Change-Mainwindow and menu #96

feat: DTK Change-Mainwindow and menu

feat: DTK Change-Mainwindow and menu #96

Triggered via pull request November 13, 2023 07:12
@N0rthHXDN0rthHXD
synchronize #69
Status Success
Total duration 4m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L357
Consider using std::find_if algorithm instead of a raw loop.
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L395
Either the condition '!action' is redundant or there is possible null pointer dereference: action.
cppcheck: src/plugins/core/mainframe/windowkeeper.cpp#L400
Consider using std::find_if algorithm instead of a raw loop.