Fix pedantic

wilder
Montel Laurent 11 years ago
parent 76052c676e
commit 5c9c95c40f
  1. 2
      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,

Loading…
Cancel
Save