diff options
author | Aleix Pol <aleixpol@kde.org> | 2016-04-27 17:12:12 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2016-04-27 17:12:12 +0200 |
commit | f31fdc92a51c23292ff81f57be0991cd772f2099 (patch) | |
tree | c25140c72d0651513507fb3c6d81d50f519920f6 /src/core/kconfig_p.h | |
parent | 61757c5aa46c7f851dd2d44adf7e69dfd52b40f9 (diff) | |
download | kconfig-f31fdc92a51c23292ff81f57be0991cd772f2099.tar.gz kconfig-f31fdc92a51c23292ff81f57be0991cd772f2099.tar.bz2 |
Make kdeglobals file path static as intended
Diffstat (limited to 'src/core/kconfig_p.h')
-rw-r--r-- | src/core/kconfig_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/kconfig_p.h b/src/core/kconfig_p.h index 4b5b7e3c..beda6e4b 100644 --- a/src/core/kconfig_p.h +++ b/src/core/kconfig_p.h @@ -80,7 +80,6 @@ private: bool bForceGlobal: 1; bool bSuppressGlobal: 1; - QString sGlobalFileName; static bool mappingsRegistered; KEntryMap entryMap; |