fix: Read images from gvfs-mtp mounted folder was slow. #113
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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++.
|