Skip to content

Qt6

Qt6 #201

Triggered via pull request December 1, 2023 07:13
@DecodetalkersDecodetalkers
synchronize #157
Status Success
Total duration 36s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
cppcheck: dde-clipboard-daemon/waylandcopyclient.cpp#L242
The function 'zwlr_data_control_device_v1_data_offer' is never used.
cppcheck: dde-clipboard-daemon/waylandcopyclient.cpp#L237
The function 'zwlr_data_control_device_v1_primary_selection' is never used.
cppcheck: dde-clipboard-daemon/waylandcopyclient.cpp#L180
The function 'zwlr_data_control_device_v1_selection' is never used.
cppcheck: dde-clipboard-daemon/waylandcopyclient.cpp#L175
The function 'zwlr_data_control_offer_v1_offer' is never used.
cppcheck: dde-clipboard-daemon/waylandcopyclient.cpp#L149
The function 'zwlr_data_control_source_v1_send' is never used.
cppcheck: dde-clipboard/itemdelegate.cpp#L75
The function 'updateEditorGeometry' is never used.
cppcheck: dde-clipboard/itemdelegate.cpp#L90
The function 'eventFilter' is never used.
cppcheck: dde-clipboard/mainwindow.cpp#L134
The function 'Hide' is never used.
cppcheck: dde-clipboard/pixmaplabel.h#L21
Class 'PixmapLabel' 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.