Skip to content

Commit

Permalink
Investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Dec 26, 2024
1 parent e506abc commit 6c184eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotests/testsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ private slots:
void TestSettings::initTestCase()
{
qSettings.remove(AccountsGroupName);
qDebug() << "Settings stored in" << qSettings.fileName();
qDebug() << "Settings are writeable:" << qSettings.isWritable();
}

void TestSettings::accountSettings_data() const
Expand Down

0 comments on commit 6c184eb

Please sign in to comment.