aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.h
diff options
context:
space:
mode:
authorAlexander Lohnau <alexander.lohnau@gmx.de>2021-09-19 20:02:50 +0200
committerAlexander Lohnau <alexander.lohnau@gmx.de>2021-10-11 18:11:27 +0200
commitf7754f2bb3db666e4bfb2b82af079828e0086b84 (patch)
treedb1120cab3fb234b0c4d9f55f626a93968ac3fa1 /autotests/kconfigtest.h
parent13b79463dd80c84c7cf1c817c363e7747e4da034 (diff)
downloadkconfig-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.h2
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();