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.cpp | |
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.cpp')
-rw-r--r-- | src/core/model/GpgEncryptResult.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/model/GpgEncryptResult.cpp b/src/core/model/GpgEncryptResult.cpp index 9228d3e1..821b10d5 100644 --- a/src/core/model/GpgEncryptResult.cpp +++ b/src/core/model/GpgEncryptResult.cpp @@ -58,4 +58,8 @@ auto GpgEncryptResult::InvalidRecipients() } return result; } + +auto GpgEncryptResult::GetRaw() -> gpgme_encrypt_result_t { + return result_ref_.get(); +} } // namespace GpgFrontend
\ No newline at end of file |