make comment less confusing

wilder
David Faure 12 years ago
parent 6437231041
commit f2a99be361
  1. 2
      src/core/kconfig.cpp

@ -570,7 +570,7 @@ void KConfigPrivate::changeFileName(const QString &name)
if (wantDefaults()) { // accessing default app-specific config "appnamerc"
fileName = KConfig::mainConfigName();
file = QStandardPaths::writableLocation(resourceType) + QLatin1Char('/') + fileName;
} else if (wantGlobals()) { // accessing "kdeglobals" - XXX used anywhere?
} else if (wantGlobals()) { // accessing "kdeglobals" by specifying no filename and NoCascade - XXX used anywhere?
resourceType = QStandardPaths::GenericConfigLocation;
fileName = QLatin1String("kdeglobals");
file = sGlobalFileName;

Loading…
Cancel
Save