fix: Read images from gvfs-mtp mounted folder was slow. #112
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 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++.
|
cppcheck:
libimageviewer/viewpanel/contents/imageinfowidget.cpp#L271
Redundant initialization for 'needMtpProxy'. The initialized value is overwritten before it is read.
|
cppcheck:
libimageviewer/viewpanel/viewpanel.cpp#L459
Redundant initialization for 'pathType'. The initialized value is overwritten before it is read.
|