Secure settings 2
This commit is contained in:
parent
870cb26e01
commit
71b57bfed1
7 changed files with 110 additions and 35 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "core/defs.h"
|
||||
#include "containers/containers_defs.h"
|
||||
#include "secureformat.h"
|
||||
#include "secure_qsettings.h"
|
||||
|
||||
using namespace amnezia;
|
||||
|
||||
|
|
@ -112,8 +113,8 @@ public:
|
|||
// static constexpr char openNicNs13[] = "144.76.103.143";
|
||||
|
||||
private:
|
||||
static SecureFormat m_secureFormat;
|
||||
QSettings m_settings;
|
||||
//static SecureFormat m_secureFormat;
|
||||
SecureQSettings m_settings;
|
||||
};
|
||||
|
||||
#endif // SETTINGS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue