Skip to content

feat: add plugin framework structure and example #2

feat: add plugin framework structure and example

feat: add plugin framework structure and example #2

Triggered via pull request October 19, 2023 08:30
@1820278174318202781743
synchronize #1
Status Success
Total duration 51s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: example/applet-example-data/exampleapplet.cpp#L16
The function 'mainText' is never used.
cppcheck: frame/applet.h#L37
Class 'DApplet' 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: frame/containment.cpp#L51
The function 'appletItems' is never used.
cppcheck: frame/containment.h#L37
Class 'DContainment' 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: frame/corona.cpp#L44
The function 'createWindow' is never used.
cppcheck: frame/panelview.cpp#L18
Member variable 'DPanelViewPrivate::m_location' is not initialized in the constructor.
cppcheck: frame/panelview.cpp#L18
Member variable 'DPanelViewPrivate::m_position' is not initialized in the constructor.
cppcheck: frame/panelview.cpp#L74
The function 'location' is never used.
cppcheck: frame/panelview.cpp#L79
The function 'setLocation' is never used.
cppcheck: frame/plugin/qmlplugin.cpp#L13
The function 'registerTypes' is never used.