diff options
author | David Faure <faure@kde.org> | 2014-03-23 22:54:27 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-03-23 23:00:03 +0100 |
commit | 80ee4cd6aafc870909308485d6c42023fb875faa (patch) | |
tree | 3aab249ecc737af847e172643bc9580ce45e6775 /src/core/kconfig.cpp | |
parent | 7a42d3549afbb3907cc2fe9753fbcdf9d0c87ca4 (diff) | |
download | kconfig-80ee4cd6aafc870909308485d6c42023fb875faa.tar.gz kconfig-80ee4cd6aafc870909308485d6c42023fb875faa.tar.bz2 |
Revert addition of DelayedParsing, not needed after all.
Diffstat (limited to 'src/core/kconfig.cpp')
-rw-r--r-- | src/core/kconfig.cpp | 6 |
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) |