Backup/restore config
This commit is contained in:
parent
71b57bfed1
commit
1e85b25438
12 changed files with 155 additions and 105 deletions
|
|
@ -112,8 +112,10 @@ public:
|
|||
// static constexpr char openNicNs5[] = "94.103.153.176";
|
||||
// static constexpr char openNicNs13[] = "144.76.103.143";
|
||||
|
||||
QByteArray backupAppConfig() const { return m_settings.backupAppConfig(); }
|
||||
void restoreAppConfig(const QByteArray &cfg) { m_settings.restoreAppConfig(cfg); }
|
||||
|
||||
private:
|
||||
//static SecureFormat m_secureFormat;
|
||||
SecureQSettings m_settings;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue