GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendCore.h
1
29
#ifndef GPGFRONTEND_GPGFRONTENDCORE_H
30
#define GPGFRONTEND_GPGFRONTENDCORE_H
31
32
#include "GpgFrontend.h"
33
34
// std includes
35
#include <random>
36
#include <filesystem>
37
38
// boost includes
39
#include <boost/format.hpp>
40
41
// Qt includes
42
#include <QtCore>
43
44
// libconfig includes
45
#include <libconfig.h++>
46
47
// libarchive includes
48
#include <libarchive/libarchive/archive.h>
49
#include <libarchive/libarchive/archive_entry.h>
50
51
#include "GpgConstants.h"
52
53
54
#endif // GPGFRONTEND_GPGFRONTENDCORE_H
src
core
GpgFrontendCore.h
Generated by
1.8.17