aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmerefreshkeysjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmerefreshkeysjob.h')
-rw-r--r--lang/qt/src/qgpgmerefreshkeysjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/qgpgmerefreshkeysjob.h b/lang/qt/src/qgpgmerefreshkeysjob.h
index da928f36..2a54e38e 100644
--- a/lang/qt/src/qgpgmerefreshkeysjob.h
+++ b/lang/qt/src/qgpgmerefreshkeysjob.h
@@ -54,11 +54,11 @@ public:
QGpgMERefreshKeysJob();
~QGpgMERefreshKeysJob();
- /*! \reimp from RefreshKeysJob */
+ /* from RefreshKeysJob */
GpgME::Error start(const QStringList &patterns) Q_DECL_OVERRIDE;
private Q_SLOTS:
- /*! \reimp from Job */
+ /* from Job */
void slotCancel() Q_DECL_OVERRIDE;
void slotStatus(QProcess *, const QString &, const QStringList &);