From a6f82a3cbdbdd269796fecfb857440fda4e6ac6d Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 3 Feb 2025 15:42:38 +0100 Subject: feat: allow add and show ADSK --- src/core/model/GpgSubKey.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/core/model/GpgSubKey.h') diff --git a/src/core/model/GpgSubKey.h b/src/core/model/GpgSubKey.h index f7d6afd9..affd56bd 100644 --- a/src/core/model/GpgSubKey.h +++ b/src/core/model/GpgSubKey.h @@ -167,7 +167,15 @@ class GPGFRONTEND_CORE_EXPORT GpgSubKey { * * @return QDateTime */ - [[nodiscard]] QDateTime GetExpireTime() const; + [[nodiscard]] auto GetExpireTime() const -> QDateTime; + + /** + * @brief + * + * @return true + * @return false + */ + [[nodiscard]] auto IsADSK() const -> bool; /** * @brief Construct a new Gpg Sub Key object -- cgit v1.2.3