Settings: log diagnostico all'avvio (path file config + valori letti)
This commit is contained in:
@@ -7,6 +7,10 @@ Settings::Settings(QObject *parent)
|
||||
: QObject(parent)
|
||||
, m_settings(QStringLiteral("harbour"), QStringLiteral("calibreweb"))
|
||||
{
|
||||
// diagnostica: path reale del file di configurazione e valori letti all'avvio
|
||||
qDebug() << "Settings file:" << m_settings.fileName();
|
||||
qDebug() << "Settings read: serverUrl=[" << serverUrl() << "] user=[" << username()
|
||||
<< "] ssl=" << ignoreSslErrors() << "margin=" << readerMargin();
|
||||
}
|
||||
|
||||
QString Settings::serverUrl() const
|
||||
|
||||
Reference in New Issue
Block a user