diff options
author | saturneric <[email protected]> | 2024-11-28 16:19:46 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-28 16:19:46 +0000 |
commit | 564b8099189b20b9cf2fa78bfa2620d42f514b72 (patch) | |
tree | d35bd61198618ce6897ae4565a8470597e896983 /src/core/model/GpgSignResult.cpp | |
parent | feat: support encrypting email (diff) | |
download | GpgFrontend-564b8099189b20b9cf2fa78bfa2620d42f514b72.tar.gz GpgFrontend-564b8099189b20b9cf2fa78bfa2620d42f514b72.zip |
feat: support decrypt & verify email
Diffstat (limited to 'src/core/model/GpgSignResult.cpp')
-rw-r--r-- | src/core/model/GpgSignResult.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/model/GpgSignResult.cpp b/src/core/model/GpgSignResult.cpp index b7fd2e45..59c402dd 100644 --- a/src/core/model/GpgSignResult.cpp +++ b/src/core/model/GpgSignResult.cpp @@ -27,7 +27,6 @@ */ #include "GpgSignResult.h" - namespace GpgFrontend { GpgSignResult::GpgSignResult(gpgme_sign_result_t r) : result_ref_(std::shared_ptr<struct _gpgme_op_sign_result>( |