aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/GpgKey.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-21 09:40:49 +0000
committerSaturneric <[email protected]>2021-05-21 09:40:49 +0000
commite7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa (patch)
tree94f78f3cda5037790fb40a60290e89cd6b7ba975 /src/gpg/GpgKey.cpp
parentChange Project Name to GPGFrontend. (diff)
downloadGpgFrontend-e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa.tar.gz
GpgFrontend-e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa.zip
Modified KeyList and Add Usage Support;
Improve and Expand GpgKey. Add GpgSubKey. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r--src/gpg/GpgKey.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gpg/GpgKey.cpp b/src/gpg/GpgKey.cpp
new file mode 100644
index 00000000..c2454807
--- /dev/null
+++ b/src/gpg/GpgKey.cpp
@@ -0,0 +1,5 @@
+//
+// Created by eric on 2021/5/21.
+//
+
+#include "gpg/GpgKey.h"