aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgSubKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgSubKey.h')
-rw-r--r--src/core/model/GpgSubKey.h23
1 files changed, 16 insertions, 7 deletions
diff --git a/src/core/model/GpgSubKey.h b/src/core/model/GpgSubKey.h
index e5a8a21b..6577ff5a 100644
--- a/src/core/model/GpgSubKey.h
+++ b/src/core/model/GpgSubKey.h
@@ -78,6 +78,15 @@ class GPGFRONTEND_CORE_EXPORT GpgSubKey {
/**
* @brief
*
+ * @param o
+ * @return true
+ * @return false
+ */
+ auto operator<(const GpgSubKey& o) const -> bool;
+
+ /**
+ * @brief
+ *
* @return QString
*/
[[nodiscard]] auto GetID() const -> QString;
@@ -205,17 +214,17 @@ class GPGFRONTEND_CORE_EXPORT GpgSubKey {
[[nodiscard]] auto GetExpireTime() const -> QDateTime;
/**
- * @brief
- *
- * @return true
- * @return false
+ * @brief
+ *
+ * @return true
+ * @return false
*/
[[nodiscard]] auto IsADSK() const -> bool;
/**
- * @brief
- *
- * @return QString
+ * @brief
+ *
+ * @return QString
*/
[[nodiscard]] auto SmartCardSerialNumber() -> QString;