summaryrefslogtreecommitdiff
path: root/lang/qt/src/qgpgmelistallkeysjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmelistallkeysjob.h')
-rw-r--r--lang/qt/src/qgpgmelistallkeysjob.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/src/qgpgmelistallkeysjob.h b/lang/qt/src/qgpgmelistallkeysjob.h
index 091f9f1..df365ce 100644
--- a/lang/qt/src/qgpgmelistallkeysjob.h
+++ b/lang/qt/src/qgpgmelistallkeysjob.h
@@ -70,13 +70,13 @@ public:
~QGpgMEListAllKeysJob();
/* from ListAllKeysJob */
- GpgME::Error start(bool mergeKeys) Q_DECL_OVERRIDE;
+ GpgME::Error start(bool mergeKeys) override;
/* from ListAllKeysJob */
- GpgME::KeyListResult exec(std::vector<GpgME::Key> &pub, std::vector<GpgME::Key> &sec, bool mergeKeys) Q_DECL_OVERRIDE;
+ GpgME::KeyListResult exec(std::vector<GpgME::Key> &pub, std::vector<GpgME::Key> &sec, bool mergeKeys) override;
/* from ThreadedJobMixin */
- void resultHook(const result_type &result) Q_DECL_OVERRIDE;
+ void resultHook(const result_type &result) override;
private:
GpgME::KeyListResult mResult;