aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgEncryptResult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgEncryptResult.cpp')
-rw-r--r--src/core/model/GpgEncryptResult.cpp4
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