Skip to content

feat: Merge permission/watermark into master #173

feat: Merge permission/watermark into master

feat: Merge permission/watermark into master #173

Triggered via pull request January 15, 2024 07:04
@rb-unionrb-union
synchronize #116
Status Success
Total duration 41s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: libimageviewer/imageengine.cpp#L40
Class 'ImageEnginePrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: libimageviewer/imageengine.cpp#L40
Class 'ImageEnginePrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: libimageviewer/imageviewer.cpp#L42
Parameter 'savePath' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: libimageviewer/imageviewer.cpp#L90
Class 'ImageViewerPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: libimageviewer/imageviewer.cpp#L90
Class 'ImageViewerPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: libimageviewer/imageviewer.cpp#L115
Parameter 'savePath' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: libimageviewer/service/permissionconfig.cpp#L360
The function 'activateProcess' is never used.
cppcheck: libimageviewer/viewpanel/viewpanel.cpp#L508
Variable 'isEditable' is assigned a value that is never used.
cppcheck: libimageviewer/widgets/printhelper.cpp#L180
The function 'paintRequestSync' is never used.
cppcheck: tests/test_permissionconfig.cpp#L24
The function 'SetUp' is never used.