aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/decryptjob.h
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-02-17 18:17:13 +0000
committerIngo Klöcker <[email protected]>2022-03-07 08:28:09 +0000
commit5a5a748e2359bea1636184f1397a5e62010b7b1b (patch)
tree2221a75757da4afc811e84f0f28c337d8f9a2ab8 /lang/qt/src/decryptjob.h
parentdoc: Update NEWS (diff)
downloadgpgme-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.h2
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;