From 6c184eb397645a346893de6d3f4582511494217d Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Thu, 26 Dec 2024 19:10:58 +0100 Subject: [PATCH] Investigation --- autotests/testsettings.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/testsettings.cpp b/autotests/testsettings.cpp index 56d997742..9ec6723b5 100644 --- a/autotests/testsettings.cpp +++ b/autotests/testsettings.cpp @@ -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