diff options
Diffstat (limited to 'lang/qt/src/qgpgmesignjob.h')
-rw-r--r-- | lang/qt/src/qgpgmesignjob.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/qt/src/qgpgmesignjob.h b/lang/qt/src/qgpgmesignjob.h index 8ad35edd..1d4a1747 100644 --- a/lang/qt/src/qgpgmesignjob.h +++ b/lang/qt/src/qgpgmesignjob.h @@ -68,27 +68,27 @@ public: explicit QGpgMESignJob(GpgME::Context *context); ~QGpgMESignJob(); - /*! \reimp from SignJob */ + /* from SignJob */ GpgME::Error start(const std::vector<GpgME::Key> &signers, const QByteArray &plainText, GpgME::SignatureMode mode) Q_DECL_OVERRIDE; - /*! \reimp from SignJob */ + /* from SignJob */ void start(const std::vector<GpgME::Key> &signers, const std::shared_ptr<QIODevice> &plainText, const std::shared_ptr<QIODevice> &signature, GpgME::SignatureMode mode) Q_DECL_OVERRIDE; - /*! \reimp from SignJob */ + /* from SignJob */ GpgME::SigningResult exec(const std::vector<GpgME::Key> &signers, const QByteArray &plainText, GpgME::SignatureMode mode, QByteArray &signature) Q_DECL_OVERRIDE; - /*! \reimp from SignJob */ + /* from SignJob */ void setOutputIsBase64Encoded(bool on) Q_DECL_OVERRIDE; - /*! \reimp from ThreadedJobMixin */ + /* from ThreadedJobMixin */ void resultHook(const result_type &r) Q_DECL_OVERRIDE; private: |