aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgKey.h')
-rw-r--r--src/core/model/GpgKey.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgKey.h b/src/core/model/GpgKey.h
index 2102cdc4..3457b105 100644
--- a/src/core/model/GpgKey.h
+++ b/src/core/model/GpgKey.h
@@ -332,8 +332,7 @@ class GPGFRONTEND_CORE_EXPORT GpgKey : public GpgAbstractKey {
[[nodiscard]] auto PrimaryKey() const -> GpgSubKey;
private:
- using KeyRefHandler = QSharedPointer<struct _gpgme_key>; ///<
- KeyRefHandler key_ref_ = nullptr; ///<
+ QSharedPointer<struct _gpgme_key> key_ref_ = nullptr; ///<
};
} // namespace GpgFrontend