diff options
author | Saturneric <[email protected]> | 2021-05-26 16:54:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-26 16:54:30 +0000 |
commit | f134e08858a14ed4b0284802c968a48bcfbeb6ef (patch) | |
tree | 4670bcc2ef5191559e9adb0e12e95cb4c3cee77d /include/gpg/GpgKey.h | |
parent | Fix the error and adjust the way the pop-up window pops up after the key is g... (diff) | |
download | GpgFrontend-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.h | 2 |
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); }; |