Secure settings 2

This commit is contained in:
pokamest 2022-08-05 14:31:12 +03:00
parent 870cb26e01
commit 71b57bfed1
7 changed files with 110 additions and 35 deletions

View file

@ -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