diff --git a/autotests/testsettings.cpp b/autotests/testsettings.cpp index 56d99774..896ac268 100644 --- a/autotests/testsettings.cpp +++ b/autotests/testsettings.cpp @@ -54,6 +54,7 @@ void TestSettings::accountSettings() } qSettings.sync(); + qDebug() << qSettings.allKeys().join(u','); // NB: QSettings::contains() doesn't work on groups, only on leaf keys; hence childGroups below auto childGroups = qSettings.childGroups(); QVERIFY(childGroups.contains(escapedMxId));