aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/GpgInfo.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-09-12 13:56:18 +0000
committerSaturneric <[email protected]>2021-09-12 13:56:18 +0000
commit5874147d9ec0f94a5058241a06c69f586b766a3b (patch)
tree9da52dd2d97af42952e17e570a630ee6e4aa008e /src/gpg/GpgInfo.h
parentAdd clang-related branch coverage options. (diff)
downloadGpgFrontend-5874147d9ec0f94a5058241a06c69f586b766a3b.tar.gz
GpgFrontend-5874147d9ec0f94a5058241a06c69f586b766a3b.zip
Continue to write core test code.
Diffstat (limited to '')
-rw-r--r--src/gpg/GpgInfo.h8
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