qt: Remove commented out code

--

GnuPG-bug-id: 6342
This commit is contained in:
Ingo Klöcker 2023-02-13 15:48:57 +01:00
parent ea6f15ed60
commit ccff6a96fc
No known key found for this signature in database
GPG Key ID: F5A5D1692277A1E9

View File

@ -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 = {},