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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/model/GpgKey.h b/src/core/model/GpgKey.h
index 8c24ca5d..fb87b791 100644
--- a/src/core/model/GpgKey.h
+++ b/src/core/model/GpgKey.h
@@ -102,6 +102,13 @@ class GPGFRONTEND_CORE_EXPORT GpgKey {
/**
* @brief
*
+ * @return int
+ */
+ [[nodiscard]] int GetOwnerTrustLevel() const;
+
+ /**
+ * @brief
+ *
* @return std::string
*/
[[nodiscard]] std::string GetPublicKeyAlgo() const;