Skip to content

fix: some animation and info dialog errors #136

fix: some animation and info dialog errors

fix: some animation and info dialog errors #136

Triggered via pull request August 15, 2024 06:41
@rb-unionrb-union
synchronize #181
Status Success
Total duration 35s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
cppcheck: src/src/filecontrol.cpp#L444
The function 'slotGetFileName' is never used.
cppcheck: src/src/globalcontrol.cpp#L326
Condition 'atEnd' is always true
cppcheck: src/src/imagedata/imageprovider.cpp#L92
The function 'textureFactory' is never used.
cppcheck: src/src/utils/rotateimagehelper.cpp#L87
Consider using std::find_if algorithm instead of a raw loop.
cppcheck: src/src/utils/rotateimagehelper.cpp#L104
The function 'resetRotateState' 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/