diff options
author | Ingo Klöcker <[email protected]> | 2023-02-13 14:48:57 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-02-14 08:25:21 +0000 |
commit | ccff6a96fc2b0b069c6fd3a6d2991a9b372ad714 (patch) | |
tree | 574bf82e5ced7b1e1c2fe478869084bc43010adf | |
parent | qt: Add simple and extended progress signals replacing old signal (diff) | |
download | gpgme-ccff6a96fc2b0b069c6fd3a6d2991a9b372ad714.tar.gz gpgme-ccff6a96fc2b0b069c6fd3a6d2991a9b372ad714.zip |
qt: Remove commented out code
--
GnuPG-bug-id: 6342
-rw-r--r-- | lang/qt/src/encryptarchivejob.h | 12 |
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 = {}, |