aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgVerifyResult.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-17 15:28:04 +0000
committersaturneric <[email protected]>2025-04-17 15:28:04 +0000
commite276f9e86b161362d6f379ab790476936a0e6208 (patch)
tree65c27e3efcbf113a052bc053e1c2739f4a351217 /src/core/model/GpgVerifyResult.h
parentfix: compiler issues on CI (diff)
downloadGpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.tar.gz
GpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.zip
feat: generate cark keys
Diffstat (limited to 'src/core/model/GpgVerifyResult.h')
-rw-r--r--src/core/model/GpgVerifyResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgVerifyResult.h b/src/core/model/GpgVerifyResult.h
index 6e61497e..b928d2ca 100644
--- a/src/core/model/GpgVerifyResult.h
+++ b/src/core/model/GpgVerifyResult.h
@@ -48,6 +48,6 @@ class GPGFRONTEND_CORE_EXPORT GpgVerifyResult {
virtual ~GpgVerifyResult();
private:
- std::shared_ptr<struct _gpgme_op_verify_result> result_ref_ = nullptr; ///<
+ QSharedPointer<struct _gpgme_op_verify_result> result_ref_ = nullptr; ///<
};
} // namespace GpgFrontend \ No newline at end of file