Skip to content

Revert "feat: DTK Changed-Top toolbar and Left navigation toolbar" #127

Revert "feat: DTK Changed-Top toolbar and Left navigation toolbar"

Revert "feat: DTK Changed-Top toolbar and Left navigation toolbar" #127

Triggered via pull request November 17, 2023 09:58
@N0rthHXDN0rthHXD
opened #90
Status Success
Total duration 4m 29s
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

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.