From c3a23900281c2024f7d4507ac84b0fe700fbf6dd Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 18 Oct 2024 20:15:36 +0200 Subject: feat: set reason code and text at revoke-certification --- src/core/function/gpg/GpgKeyOpera.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/function/gpg/GpgKeyOpera.h') diff --git a/src/core/function/gpg/GpgKeyOpera.h b/src/core/function/gpg/GpgKeyOpera.h index 0504ad93..7b8a01a1 100644 --- a/src/core/function/gpg/GpgKeyOpera.h +++ b/src/core/function/gpg/GpgKeyOpera.h @@ -86,7 +86,9 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyOpera * @param key * @param output_file_name */ - void GenerateRevokeCert(const GpgKey& key, const QString& output_path); + void GenerateRevokeCert(const GpgKey& key, const QString& output_path, + int revocation_reason_code, + const QString& revocation_reason_text); /** * @brief -- cgit v1.2.3