aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {},