mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kio: update comment in PreviewJobPrivate::getOrCreateThumbnail()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e3f470feab
commit
f9b87a7adf
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue