Revert "feat: DTK Changed-Top toolbar and Left navigation toolbar" #127
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 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#L330
C-style pointer casting detected. C++ offers four different kinds of casts as replacements: static_cast, const_cast, dynamic_cast and reinterpret_cast. A C-style cast could evaluate to any of those automatically, thus it is considered safer if the programmer explicitly states which kind of cast is expected. See also: https://www.securecoding.cert.org/confluence/display/cplusplus/EXP05-CPP.+Do+not+use+C-style+casts.
|