From f9b87a7adf18713c552c8700433968573611bd79 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 26 Nov 2022 06:13:29 +0200 Subject: [PATCH] kio: update comment in PreviewJobPrivate::getOrCreateThumbnail() Signed-off-by: Ivailo Monev --- kio/kio/previewjob.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kio/kio/previewjob.cpp b/kio/kio/previewjob.cpp index f862c101..b99d757c 100644 --- a/kio/kio/previewjob.cpp +++ b/kio/kio/previewjob.cpp @@ -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;