From 5a5a748e2359bea1636184f1397a5e62010b7b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Thu, 17 Feb 2022 19:17:13 +0100 Subject: qt,doc: Remove comments about throwing exceptions -- The jobs do not throw GpgME::Exception anymore since a long time. --- lang/qt/src/verifyopaquejob.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lang/qt/src/verifyopaquejob.h') diff --git a/lang/qt/src/verifyopaquejob.h b/lang/qt/src/verifyopaquejob.h index bfa34e92..c9b2247b 100644 --- a/lang/qt/src/verifyopaquejob.h +++ b/lang/qt/src/verifyopaquejob.h @@ -85,8 +85,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 &signedData, const std::shared_ptr &plainText = std::shared_ptr()) = 0; -- cgit v1.2.3