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.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/model/GpgKey.h b/src/core/model/GpgKey.h
index 1f902ca5..26423dae 100644
--- a/src/core/model/GpgKey.h
+++ b/src/core/model/GpgKey.h
@@ -356,12 +356,8 @@ class GPGFRONTEND_CORE_EXPORT GpgKey {
*/
auto operator<=(const GpgKey&) const -> bool;
- /**
- * @brief
- *
- * @return gpgme_key_t
- */
- explicit operator gpgme_key_t() const;
+ // NOLINTNEXTLINE(google-explicit-constructor)
+ operator gpgme_key_t() const;
private:
/**