┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2019-11-16 18:53:28 +0200
committerYuri Chornoivan <[email protected]>2019-11-16 18:53:28 +0200
commit808339bff654785d564d6c7d077062f6c649ff77 (patch)
tree170bed0f53903ccb5cc346b581efac50bfeb03a7 /src/settings
parent83dc0afe4670a31656bd05604fe26ab407b3af8e (diff)
Use URLs with transport encryption
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/general/configurepreviewplugindialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/general/configurepreviewplugindialog.cpp b/src/settings/general/configurepreviewplugindialog.cpp
index 60e814c13..bc3cca706 100644
--- a/src/settings/general/configurepreviewplugindialog.cpp
+++ b/src/settings/general/configurepreviewplugindialog.cpp
@@ -66,7 +66,7 @@ ConfigurePreviewPluginDialog::ConfigurePreviewPluginDialog(const QString& plugin
// delete the whole thumbnails directory.
previewPlugin->writeConfiguration(configurationWidget);
- // http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#DIRECTORY
+ // https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#DIRECTORY
const QString thumbnailsPath = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + QLatin1String("/thumbnails/");
KIO::del(QUrl::fromLocalFile(thumbnailsPath), KIO::HideProgressInfo);
});