diff options
| author | Yuri Chornoivan <[email protected]> | 2019-11-16 18:53:28 +0200 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2019-11-16 18:53:28 +0200 |
| commit | 808339bff654785d564d6c7d077062f6c649ff77 (patch) | |
| tree | 170bed0f53903ccb5cc346b581efac50bfeb03a7 /src/settings | |
| parent | 83dc0afe4670a31656bd05604fe26ab407b3af8e (diff) | |
Use URLs with transport encryption
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/general/configurepreviewplugindialog.cpp | 2 |
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); }); |
