aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgGenerateKeyResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgGenerateKeyResult.h')
-rw-r--r--src/core/model/GpgGenerateKeyResult.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgGenerateKeyResult.h b/src/core/model/GpgGenerateKeyResult.h
index ac5d6b05..80e49a38 100644
--- a/src/core/model/GpgGenerateKeyResult.h
+++ b/src/core/model/GpgGenerateKeyResult.h
@@ -52,8 +52,7 @@ class GPGFRONTEND_CORE_EXPORT GpgGenerateKeyResult {
virtual ~GpgGenerateKeyResult();
private:
- using ResultRefHandler =
- std::shared_ptr<struct _gpgme_op_genkey_result>; ///<
+ using ResultRefHandler = QSharedPointer<struct _gpgme_op_genkey_result>; ///<
ResultRefHandler result_ref_ = nullptr; ///<
};