From 00213a3a0906f0e1b5fa97a9e8de235a1e3cdcbf Mon Sep 17 00:00:00 2001 From: Cyril Rossi Date: Mon, 3 Feb 2020 13:50:17 +0100 Subject: kconfig_compiler : generate kconfig settings with subgroup Summary: Following D27059, add `parentGroupName` attribute to `group` element to generate kconfig settings with subgroups Reviewers: ervin, dfaure, #frameworks, meven Reviewed By: ervin, meven Subscribers: apol, meven, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D27133 --- src/kconfig_compiler/KConfigSourceGenerator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kconfig_compiler/KConfigSourceGenerator.h') diff --git a/src/kconfig_compiler/KConfigSourceGenerator.h b/src/kconfig_compiler/KConfigSourceGenerator.h index 76897f39..db2c8e72 100644 --- a/src/kconfig_compiler/KConfigSourceGenerator.h +++ b/src/kconfig_compiler/KConfigSourceGenerator.h @@ -68,6 +68,7 @@ private: private: QString mCurrentGroup; + QStringList mConfigGroupList; // keeps track of generated KConfigGroup; }; #endif -- cgit v1.2.1