diff options
Diffstat (limited to 'src/core/kconfig.cpp')
-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 025a8b1d..4bbceeda 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -338,7 +338,7 @@ static bool isGroupOrSubGroupMatch(const QByteArray &potentialGroup, const QByte return potentialGroup.length() == group.length() || potentialGroup[group.length()] == '\x1d'; } -// List all sub groups, including subsubgroups +/// Returns @p parentGroup itself, all its subgroups, subsubgroups, and so on, including deleted groups. QSet<QByteArray> KConfigPrivate::allSubGroups(const QByteArray &parentGroup) const { QSet<QByteArray> groups; |