diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgInfo.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gpg/GpgInfo.h b/src/gpg/GpgInfo.h index 4c82897f..dbcf3b40 100644 --- a/src/gpg/GpgInfo.h +++ b/src/gpg/GpgInfo.h @@ -31,11 +31,13 @@ * Use to record some info about gnupg */ class GpgInfo { -public: + public: /** * executable binary path of gnupg */ - std::string appPath; + std::string AppPath; + + std::string DatabasePath; }; -#endif // GPGFRONTEND_ZH_CN_TS_GPGINFO_H +#endif // GPGFRONTEND_ZH_CN_TS_GPGINFO_H |