kio: update comment in PreviewJobPrivate::getOrCreateThumbnail()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-26 06:13:29 +02:00
parent e3f470feab
commit f9b87a7adf

View file

@ -521,8 +521,8 @@ void PreviewJobPrivate::getOrCreateThumbnail()
if (!localPath.isEmpty()) {
createThumbnail(localPath);
} else {
// No plugin support access to this remote content, copy the file
// to the local machine, then create the thumbnail
// No plugins support access to remote content, copy the file to the local machine, then
// create the thumbnail
state = PreviewJobPrivate::STATE_GETORIG;
tempName = KTemporaryFile::filePath();
KUrl localURL;