Secure settings rework

This commit is contained in:
pokamest 2022-08-23 22:47:23 +03:00
parent 42398950e4
commit b5890340e3
21 changed files with 1863 additions and 223 deletions

View file

@ -0,0 +1,9 @@
#ifndef QSIMPLECRYPTO_GLOBAL_H
#define QSIMPLECRYPTO_GLOBAL_H
#include <QtCore/qglobal.h>
#include <stdexcept>
#define QSIMPLECRYPTO_EXPORT
#endif // QSIMPLECRYPTO_GLOBAL_H