summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Klöcker <dev@ingo-kloecker.de>2023-02-13 15:48:57 +0100
committerIngo Klöcker <dev@ingo-kloecker.de>2023-02-14 09:25:21 +0100
commitccff6a96fc2b0b069c6fd3a6d2991a9b372ad714 (patch)
tree574bf82e5ced7b1e1c2fe478869084bc43010adf
parentea6f15ed602eeb9fa87766ba88acc78361a14b38 (diff)
downloadgpgme-ccff6a96fc2b0b069c6fd3a6d2991a9b372ad714.tar.gz
qt: Remove commented out code
-- GnuPG-bug-id: 6342
-rw-r--r--lang/qt/src/encryptarchivejob.h12
1 files changed, 0 insertions, 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<QIODevice> &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<GpgME::Key> &recipients,
- // const std::vector<QString> &paths,
- // const std::shared_ptr<QIODevice> &cipherText,
- // const GpgME::Context::EncryptionFlags flags) = 0;
-
Q_SIGNALS:
void result(const GpgME::EncryptionResult &result,
const QString &auditLogAsHtml = {},