aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmekeylistjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmekeylistjob.h')
-rw-r--r--lang/qt/src/qgpgmekeylistjob.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/src/qgpgmekeylistjob.h b/lang/qt/src/qgpgmekeylistjob.h
index 292f2bbb..cbe1e94d 100644
--- a/lang/qt/src/qgpgmekeylistjob.h
+++ b/lang/qt/src/qgpgmekeylistjob.h
@@ -68,13 +68,13 @@ public:
explicit QGpgMEKeyListJob(GpgME::Context *context);
~QGpgMEKeyListJob();
- /*! \reimp from KeyListJob */
+ /* from KeyListJob */
GpgME::Error start(const QStringList &patterns, bool secretOnly) Q_DECL_OVERRIDE;
- /*! \reimp from KeyListJob */
+ /* from KeyListJob */
GpgME::KeyListResult exec(const QStringList &patterns, bool secretOnly, std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE;
- /*! \reimp from ThreadedJobMixin */
+ /* from ThreadedJobMixin */
void resultHook(const result_type &result) Q_DECL_OVERRIDE;
private: