From 117835244a23ccc906ee0b0d462d67c38480b914 Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Mon, 27 Dec 2021 11:39:54 +0200 Subject: Improve the documentation of KConfigPrivate::allSubGroups() --- 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 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 KConfigPrivate::allSubGroups(const QByteArray &parentGroup) const { QSet groups; -- cgit v1.2.1