19 #ifndef LIB_QUENTIER_UTILITY_APPLICATION_SETTINGS_H 20 #define LIB_QUENTIER_UTILITY_APPLICATION_SETTINGS_H 22 #include <quentier/types/Account.h> 55 const Account & account,
const QString & settingsName = {});
75 m_settings.endArray();
94 m_settings.endGroup();
102 virtual QTextStream & print(QTextStream & strm)
const override;
110 #endif // LIB_QUENTIER_UTILITY_APPLICATION_SETTINGS_H Definition: DecryptedTextManager.h:26
The Printable class is the interface for Quentier's internal classes which should be able to write th...
Definition: Printable.h:38
The Account class encapsulates some details about the account: its name, whether it is local or synch...
Definition: Account.h:39
The ApplicationSettings class enhances the functionality of QSettings, in particular it simplifies th...
Definition: ApplicationSettings.h:33
Definition: ApplicationSettings.h:67
Definition: ApplicationSettings.h:86