diff options
author | Montel Laurent <montel@kde.org> | 2015-08-19 10:48:16 +0200 |
---|---|---|
committer | Montel Laurent <montel@kde.org> | 2015-08-19 10:48:39 +0200 |
commit | 5c9c95c40f426b6450019eaa58013b8c9606719c (patch) | |
tree | 672226dd579922dddf6df4de57399ad1f542e1c7 /src | |
parent | 76052c676e63d80fe9aae08aabd3272c80c3ff2e (diff) | |
download | kconfig-5c9c95c40f426b6450019eaa58013b8c9606719c.tar.gz kconfig-5c9c95c40f426b6450019eaa58013b8c9606719c.tar.bz2 |
Fix pedantic
Diffstat (limited to 'src')
-rw-r--r-- | src/core/kconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index c6a8017a..4be9e6d5 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -56,7 +56,7 @@ static inline int pclose(FILE *stream) bool KConfigPrivate::mappingsRegistered = false; -Q_GLOBAL_STATIC(QStringList, s_globalFiles); // For caching purposes. +Q_GLOBAL_STATIC(QStringList, s_globalFiles) // For caching purposes. static QBasicMutex s_globalFilesMutex; KConfigPrivate::KConfigPrivate(KConfig::OpenFlags flags, |