diff options
| author | Friedrich W. H. Kossebau <[email protected]> | 2023-11-08 12:08:31 +0100 |
|---|---|---|
| committer | Friedrich W. H. Kossebau <[email protected]> | 2023-11-08 12:08:31 +0100 |
| commit | 91a4d5da94a6b0b60ad7989a402f654710103e99 (patch) | |
| tree | b91571ada43c9ed0eb5994af0f64652b971d9ef5 /src/views/dolphinitemlistview.cpp | |
| parent | 5d20c2f0e1d3400c95a98e2d3fc61566d06676f2 (diff) | |
Adapt to KConfigGroup name officially being a QString type
GIT_SILENT
Diffstat (limited to 'src/views/dolphinitemlistview.cpp')
| -rw-r--r-- | src/views/dolphinitemlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinitemlistview.cpp b/src/views/dolphinitemlistview.cpp index 418c9bfe8..d31dc11ba 100644 --- a/src/views/dolphinitemlistview.cpp +++ b/src/views/dolphinitemlistview.cpp @@ -93,7 +93,7 @@ void DolphinItemListView::readSettings() updateFont(); updateGridSize(); - const KConfigGroup globalConfig(KSharedConfig::openConfig(), "PreviewSettings"); + const KConfigGroup globalConfig(KSharedConfig::openConfig(), QStringLiteral("PreviewSettings")); setEnabledPlugins(globalConfig.readEntry("Plugins", KIO::PreviewJob::defaultPlugins())); setLocalFileSizePreviewLimit(globalConfig.readEntry("MaximumSize", 0)); endTransaction(); |
