Skip to content

feat: support qt6.8 #252

feat: support qt6.8

feat: support qt6.8 #252

Triggered via pull request November 18, 2024 12:44
@rb-unionrb-union
opened #154
Status Success
Total duration 35s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
cppcheck: libimageviewer/quickprint/quickprint.cpp#L149
Variable 'ratio' is assigned a value that is never used.
cppcheck: libimageviewer/viewpanel/contents/imgviewdelegate.cpp#L91
Finding the same expression on both sides of an operator is suspicious and might indicate a cut and paste or logic error. Please examine this code carefully to determine if it is correct.
cppcheck: libimageviewer/viewpanel/lockwidget.cpp#L190
The function 'wheelEvent' is never used.
cppcheck: libimageviewer/viewpanel/scen/imagegraphicsview.cpp#L209
The function 'getcurrentImgCount' is never used.
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/