diff options
author | saturneric <[email protected]> | 2023-12-24 06:55:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-24 06:55:40 +0000 |
commit | 8f1844b23ea137e645800c8ed0ec5a50f33787fe (patch) | |
tree | 31ee73588483de365654f638478ccb7a11c0a188 /src/core/model/GpgEncryptResult.h | |
parent | fix: test the initialization of gui application (diff) | |
download | GpgFrontend-8f1844b23ea137e645800c8ed0ec5a50f33787fe.tar.gz GpgFrontend-8f1844b23ea137e645800c8ed0ec5a50f33787fe.zip |
fix: test the encrypt async api on gui app
Diffstat (limited to 'src/core/model/GpgEncryptResult.h')
-rw-r--r-- | src/core/model/GpgEncryptResult.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/model/GpgEncryptResult.h b/src/core/model/GpgEncryptResult.h index 56484f49..c5c01228 100644 --- a/src/core/model/GpgEncryptResult.h +++ b/src/core/model/GpgEncryptResult.h @@ -38,6 +38,8 @@ class GPGFRONTEND_CORE_EXPORT GpgEncryptResult { auto InvalidRecipients() -> std::vector<std::tuple<std::string, GpgError>>; + auto GetRaw() -> gpgme_encrypt_result_t; + explicit GpgEncryptResult(gpgme_encrypt_result_t); GpgEncryptResult(); |