diff options
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; |