diff options
author | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-09-19 20:02:50 +0200 |
---|---|---|
committer | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-10-11 18:11:27 +0200 |
commit | f7754f2bb3db666e4bfb2b82af079828e0086b84 (patch) | |
tree | db1120cab3fb234b0c4d9f55f626a93968ac3fa1 /autotests/kconfigtest.h | |
parent | 13b79463dd80c84c7cf1c817c363e7747e4da034 (diff) | |
download | kconfig-f7754f2bb3db666e4bfb2b82af079828e0086b84.tar.gz kconfig-f7754f2bb3db666e4bfb2b82af079828e0086b84.tar.bz2 |
Create utility method for moving entries from one group to another
This will become especially useful when moving state data from the config file
to a dedicated state data file.
Task: https://phabricator.kde.org/T12549
Diffstat (limited to 'autotests/kconfigtest.h')
-rw-r--r-- | autotests/kconfigtest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index 9d519eda..f716bd70 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -64,6 +64,8 @@ private Q_SLOTS: void testQStringUtf8_data(); void testQStringUtf8(); + void testMoveValuesTo(); + void testSubGroup(); void testAddConfigSources(); void testWriteOnSync(); |