diff options
Diffstat (limited to 'src/core/model/GpgSubKey.h')
-rw-r--r-- | src/core/model/GpgSubKey.h | 10 |
1 files changed, 9 insertions, 1 deletions
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 |