From f7754f2bb3db666e4bfb2b82af079828e0086b84 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 19 Sep 2021 20:02:50 +0200 Subject: 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 --- autotests/kconfigtest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autotests/kconfigtest.h') 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(); -- cgit v1.2.1