aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgVerifyResult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgVerifyResult.cpp')
-rw-r--r--src/core/model/GpgVerifyResult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgVerifyResult.cpp b/src/core/model/GpgVerifyResult.cpp
index ca5784d8..aab23028 100644
--- a/src/core/model/GpgVerifyResult.cpp
+++ b/src/core/model/GpgVerifyResult.cpp
@@ -32,7 +32,7 @@
namespace GpgFrontend {
GpgVerifyResult::GpgVerifyResult(gpgme_verify_result_t r)
- : result_ref_(std::shared_ptr<struct _gpgme_op_verify_result>(
+ : result_ref_(QSharedPointer<struct _gpgme_op_verify_result>(
(gpgme_result_ref(r), r), [](gpgme_verify_result_t p) {
if (p != nullptr) {
gpgme_result_unref(p);