aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmedecryptverifyjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmedecryptverifyjob.h')
-rw-r--r--lang/qt/src/qgpgmedecryptverifyjob.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/qt/src/qgpgmedecryptverifyjob.h b/lang/qt/src/qgpgmedecryptverifyjob.h
index 4a209b95..de2bce79 100644
--- a/lang/qt/src/qgpgmedecryptverifyjob.h
+++ b/lang/qt/src/qgpgmedecryptverifyjob.h
@@ -68,17 +68,17 @@ public:
explicit QGpgMEDecryptVerifyJob(GpgME::Context *context);
~QGpgMEDecryptVerifyJob();
- /*! \reimp from DecryptVerifyJob */
+ /* from DecryptVerifyJob */
GpgME::Error start(const QByteArray &cipherText) Q_DECL_OVERRIDE;
- /*! \reimp from DecryptVerifyJob */
+ /* from DecryptVerifyJob */
void start(const std::shared_ptr<QIODevice> &cipherText, const std::shared_ptr<QIODevice> &plainText) Q_DECL_OVERRIDE;
- /*! \reimp from DecryptVerifyJob */
+ /* from DecryptVerifyJob */
std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
exec(const QByteArray &cipherText, QByteArray &plainText) Q_DECL_OVERRIDE;
- /*! \reimp from ThreadedJobMixin */
+ /* from ThreadedJobMixin */
void resultHook(const result_type &r) Q_DECL_OVERRIDE;
private: