From ccff6a96fc2b0b069c6fd3a6d2991a9b372ad714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 13 Feb 2023 15:48:57 +0100 Subject: [PATCH] qt: Remove commented out code -- GnuPG-bug-id: 6342 --- lang/qt/src/encryptarchivejob.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lang/qt/src/encryptarchivejob.h b/lang/qt/src/encryptarchivejob.h index 619d3cef..39b8fb14 100644 --- a/lang/qt/src/encryptarchivejob.h +++ b/lang/qt/src/encryptarchivejob.h @@ -80,18 +80,6 @@ public: const std::shared_ptr &cipherText, const GpgME::Context::EncryptionFlags flags) = 0; - /** - * Creates an encrypted archive. - * - * Encrypts the files and directories in \a paths into an archive for the - * keys in \a recipients. If \a recipients is empty, then symmetric - * encryption is performed. The encrypted archive is written to \a cipherText. - */ - // virtual GpgME::EncryptionResult exec(const std::vector &recipients, - // const std::vector &paths, - // const std::shared_ptr &cipherText, - // const GpgME::Context::EncryptionFlags flags) = 0; - Q_SIGNALS: void result(const GpgME::EncryptionResult &result, const QString &auditLogAsHtml = {},