diff options
author | Ingo Klöcker <[email protected]> | 2022-02-17 18:17:13 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-03-07 08:28:09 +0000 |
commit | 5a5a748e2359bea1636184f1397a5e62010b7b1b (patch) | |
tree | 2221a75757da4afc811e84f0f28c337d8f9a2ab8 /lang/qt/src/decryptjob.h | |
parent | doc: Update NEWS (diff) | |
download | gpgme-5a5a748e2359bea1636184f1397a5e62010b7b1b.tar.gz gpgme-5a5a748e2359bea1636184f1397a5e62010b7b1b.zip |
qt,doc: Remove comments about throwing exceptions
--
The jobs do not throw GpgME::Exception anymore since a long time.
Diffstat (limited to 'lang/qt/src/decryptjob.h')
-rw-r--r-- | lang/qt/src/decryptjob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/qt/src/decryptjob.h b/lang/qt/src/decryptjob.h index 7753e18b..51954074 100644 --- a/lang/qt/src/decryptjob.h +++ b/lang/qt/src/decryptjob.h @@ -84,8 +84,6 @@ public: If \a plainText is non-null, the plaintext is written there. Otherwise, it will be delivered in the second argument of result(). - - \throws GpgME::Exception if starting fails */ virtual void start(const std::shared_ptr<QIODevice> &cipherText, const std::shared_ptr<QIODevice> &plainText = std::shared_ptr<QIODevice>()) = 0; |