aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmerefreshsmimekeysjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmerefreshsmimekeysjob.h')
-rw-r--r--lang/qt/src/qgpgmerefreshsmimekeysjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/qgpgmerefreshsmimekeysjob.h b/lang/qt/src/qgpgmerefreshsmimekeysjob.h
index b5b70e99..b75bb0e2 100644
--- a/lang/qt/src/qgpgmerefreshsmimekeysjob.h
+++ b/lang/qt/src/qgpgmerefreshsmimekeysjob.h
@@ -56,13 +56,13 @@ public:
~QGpgMERefreshSMIMEKeysJob();
/* from RefreshKeysJob */
- GpgME::Error start(const QStringList &patterns) Q_DECL_OVERRIDE;
+ GpgME::Error start(const QStringList &patterns) override;
GpgME::Error start(const std::vector<GpgME::Key> &keys) override;
private Q_SLOTS:
/* from Job */
- void slotCancel() Q_DECL_OVERRIDE;
+ void slotCancel() override;
void slotStatus(QProcess *, const QString &, const QStringList &);
void slotProcessExited(int exitCode, QProcess::ExitStatus exitStatus);