29 #ifndef GPGFRONTEND_ZH_CN_TS_GPGINFO_H
30 #define GPGFRONTEND_ZH_CN_TS_GPGINFO_H
42 std::string DatabasePath;
43 std::string GnupgVersion;
44 std::string GpgConfPath;
45 std::string AssuanPath;
47 std::string GpgMEVersion;
49 std::map<std::string, std::vector<std::string>> ComponentsInfo;
50 std::map<std::string, std::vector<std::string>> ConfigurationsInfo;
51 std::map<std::string, std::vector<std::string>> OptionsInfo;
52 std::map<std::string, std::vector<std::string>> AvailableOptionsInfo;
Use to record some info about gnupg.
Definition: GpgInfo.h:39
std::string AppPath
executable binary path of gnupg
Definition: GpgInfo.h:41
Definition: CoreCommonUtil.cpp:29