Skip to content

feat: DTK changed-template and DTK changed-symbol #154

feat: DTK changed-template and DTK changed-symbol

feat: DTK changed-template and DTK changed-symbol #154

Triggered via pull request November 22, 2023 09:05
@tsl115tsl115
synchronize #95
Status Success
Total duration 4m 39s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
cppcheck: src/plugins/symbol/mainframe/symboltreeview.cpp#L30
Class 'SymbolTreeViewPrivate' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
cppcheck: src/plugins/template/wizard/detailwidget.h#L21
Class 'DetailWidget' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.