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/kitemviews/kfileitemmodelrolesupdater.cpp | |
| parent | 5d20c2f0e1d3400c95a98e2d3fc61566d06676f2 (diff) | |
Adapt to KConfigGroup name officially being a QString type
GIT_SILENT
Diffstat (limited to 'src/kitemviews/kfileitemmodelrolesupdater.cpp')
| -rw-r--r-- | src/kitemviews/kfileitemmodelrolesupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodelrolesupdater.cpp b/src/kitemviews/kfileitemmodelrolesupdater.cpp index 795b85a44..e6e8ea25d 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.cpp +++ b/src/kitemviews/kfileitemmodelrolesupdater.cpp @@ -92,7 +92,7 @@ KFileItemModelRolesUpdater::KFileItemModelRolesUpdater(KFileItemModel *model, QO { Q_ASSERT(model); - const KConfigGroup globalConfig(KSharedConfig::openConfig(), "PreviewSettings"); + const KConfigGroup globalConfig(KSharedConfig::openConfig(), QStringLiteral("PreviewSettings")); m_enabledPlugins = globalConfig.readEntry("Plugins", KIO::PreviewJob::defaultPlugins()); m_localFileSizePreviewLimit = static_cast<qulonglong>(globalConfig.readEntry("MaximumSize", 0)); |
