aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfig.cpp')
-rw-r--r--src/core/kconfig.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp
index 4695621a..5b51cce8 100644
--- a/src/core/kconfig.cpp
+++ b/src/core/kconfig.cpp
@@ -259,10 +259,8 @@ KConfig::KConfig(const QString &file, OpenFlags mode,
{
d_ptr->changeFileName(file); // set the local file name
- if ((mode & DelayedParsing) == 0) {
- // read initial information off disk
- reparseConfiguration();
- }
+ // read initial information off disk
+ reparseConfiguration();
}
KConfig::KConfig(const QString &file, const QString &backend, QStandardPaths::StandardLocation resourceType)