aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-03-23 22:54:27 +0100
committerDavid Faure <faure@kde.org>2014-03-23 23:00:03 +0100
commit80ee4cd6aafc870909308485d6c42023fb875faa (patch)
tree3aab249ecc737af847e172643bc9580ce45e6775 /src/core/kconfig.h
parent7a42d3549afbb3907cc2fe9753fbcdf9d0c87ca4 (diff)
downloadkconfig-80ee4cd6aafc870909308485d6c42023fb875faa.tar.gz
kconfig-80ee4cd6aafc870909308485d6c42023fb875faa.tar.bz2
Revert addition of DelayedParsing, not needed after all.
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r--src/core/kconfig.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h
index 5685ebdb..d27eebe7 100644
--- a/src/core/kconfig.h
+++ b/src/core/kconfig.h
@@ -95,8 +95,7 @@ public:
SimpleConfig = 0x00, ///< Just a single config file.
NoCascade = IncludeGlobals, ///< Include user's globals, but omit system settings.
NoGlobals = CascadeConfig, ///< Cascade to system settings, but omit user's globals.
- FullConfig = IncludeGlobals | CascadeConfig, ///< Fully-fledged config, including globals and cascading to system settings
- DelayedParsing = 0x04 ///< Do not parse in the constructor, require a call to reparseConfiguration
+ FullConfig = IncludeGlobals | CascadeConfig ///< Fully-fledged config, including globals and cascading to system settings
};
Q_DECLARE_FLAGS(OpenFlags, OpenFlag)