qt: Remove commented out code
-- GnuPG-bug-id: 6342
This commit is contained in:
parent
ea6f15ed60
commit
ccff6a96fc
@ -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 = {},
|
||||
|
Loading…
Reference in New Issue
Block a user