feat: DTK Changed-Toolbar and edit navigation #114
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.
|