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