diff options
Diffstat (limited to 'src/core/model/GpgData.h')
-rw-r--r-- | src/core/model/GpgData.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/model/GpgData.h b/src/core/model/GpgData.h index ed56d0da..7f1d74c4 100644 --- a/src/core/model/GpgData.h +++ b/src/core/model/GpgData.h @@ -71,7 +71,7 @@ class GPGFRONTEND_CORE_EXPORT GpgData { * * @param fd */ - explicit GpgData(std::shared_ptr<GFDataExchanger>); + explicit GpgData(QSharedPointer<GFDataExchanger>); /** * @brief Construct a new Gpg Data object @@ -124,7 +124,7 @@ class GPGFRONTEND_CORE_EXPORT GpgData { int fd_ = -1; struct gpgme_data_cbs data_cbs_; - std::shared_ptr<GFDataExchanger> data_ex_; + QSharedPointer<GFDataExchanger> data_ex_; }; } // namespace GpgFrontend |