From f2a99be361a5e16fd5058d725db21374192bbfa8 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 1 Mar 2014 11:26:15 +0100 Subject: make comment less confusing --- src/core/kconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfig.cpp') diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index fa2075c4..5b51cce8 100644 --- a/src/core/kconfig.cpp +++ b/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; -- cgit v1.2.1