Skip to content

fix: Fix the issue of empty interface after exiting the slide show #208

fix: Fix the issue of empty interface after exiting the slide show

fix: Fix the issue of empty interface after exiting the slide show #208

Triggered via pull request November 6, 2023 08:11
@starhcqstarhcq
opened #187
Status Success
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
cppcheck: src/album/mainwindow.cpp#L2374
Parameter 'paths' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/