diff options
Diffstat (limited to 'lang/qt/src/encryptjob.h')
-rw-r--r-- | lang/qt/src/encryptjob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/qt/src/encryptjob.h b/lang/qt/src/encryptjob.h index 937ee8d6..cb572938 100644 --- a/lang/qt/src/encryptjob.h +++ b/lang/qt/src/encryptjob.h @@ -99,8 +99,6 @@ public: If \a cipherText is non-null, the ciphertext 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::vector<GpgME::Key> &recipients, const std::shared_ptr<QIODevice> &plainText, |