aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgContext.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-09-04 07:18:45 +0000
committerSaturneric <[email protected]>2021-09-04 07:18:45 +0000
commit4d9024347b0780afb955f0dbbda5d38907fe5200 (patch)
tree268022cbb9be8d7ca21b8dc7ae5f7834bd3f03ac /include/gpg/GpgContext.h
parentModified VerifyResultAnalyse (diff)
downloadGpgFrontend-4d9024347b0780afb955f0dbbda5d38907fe5200.tar.gz
GpgFrontend-4d9024347b0780afb955f0dbbda5d38907fe5200.zip
Modified ResultAnalyse.
Add Test.
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r--include/gpg/GpgContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h
index 7b335daa..719cd1fe 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -94,6 +94,8 @@ namespace GpgFrontend {
gpgme_error_t generateSubkey(const GpgKey &key, GenKeyInfo *params);
+ const GpgInfo &getInfo() const { return info; }
+
void deleteKeys(QStringList *uidList);
void clearPasswordCache();