Skip to content

fix: Read images from gvfs-mtp mounted folder was slow. #113

fix: Read images from gvfs-mtp mounted folder was slow.

fix: Read images from gvfs-mtp mounted folder was slow. #113

Triggered via pull request September 5, 2023 05:35
@rb-unionrb-union
synchronize #91
Status Success
Total duration 49s
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: libimageviewer/imageviewer.cpp#L118
Parameter 'currentPath' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: libimageviewer/imageviewer.cpp#L118
Parameter 'paths' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.