diff options
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(); |