aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgKey.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-26 16:54:30 +0000
committerSaturneric <[email protected]>2021-05-26 16:54:30 +0000
commitf134e08858a14ed4b0284802c968a48bcfbeb6ef (patch)
tree4670bcc2ef5191559e9adb0e12e95cb4c3cee77d /include/gpg/GpgKey.h
parentFix the error and adjust the way the pop-up window pops up after the key is g... (diff)
downloadGpgFrontend-f134e08858a14ed4b0284802c968a48bcfbeb6ef.tar.gz
GpgFrontend-f134e08858a14ed4b0284802c968a48bcfbeb6ef.zip
Improve the key information update mechanism
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r--include/gpg/GpgKey.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgKey.h b/include/gpg/GpgKey.h
index 835954f9..ec796780 100644
--- a/include/gpg/GpgKey.h
+++ b/include/gpg/GpgKey.h
@@ -77,6 +77,8 @@ public:
~GpgKey();
void parse(gpgme_key_t key);
+
+ void swapKeyRefer(gpgme_key_t key);
};