feat: DTK Change-Mainwindow and menu #93
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|