Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Dec 26, 2024
1 parent e506abc commit 4c19103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotests/testsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 4c19103

Please sign in to comment.