aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmeverifydetachedjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmeverifydetachedjob.h')
-rw-r--r--lang/qt/src/qgpgmeverifydetachedjob.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/qt/src/qgpgmeverifydetachedjob.h b/lang/qt/src/qgpgmeverifydetachedjob.h
index 81c49f3e..49161396 100644
--- a/lang/qt/src/qgpgmeverifydetachedjob.h
+++ b/lang/qt/src/qgpgmeverifydetachedjob.h
@@ -65,17 +65,17 @@ public:
~QGpgMEVerifyDetachedJob();
/* from VerifyDetachedJob */
- GpgME::Error start(const QByteArray &signature, const QByteArray &signedData) Q_DECL_OVERRIDE;
+ GpgME::Error start(const QByteArray &signature, const QByteArray &signedData) override;
/* from VerifyDetachedJob */
- void start(const std::shared_ptr<QIODevice> &signature, const std::shared_ptr<QIODevice> &signedData) Q_DECL_OVERRIDE;
+ void start(const std::shared_ptr<QIODevice> &signature, const std::shared_ptr<QIODevice> &signedData) override;
/* from VerifyDetachedJob */
GpgME::VerificationResult exec(const QByteArray &signature,
- const QByteArray &signedData) Q_DECL_OVERRIDE;
+ const QByteArray &signedData) override;
/* from ThreadedJobMixin */
- void resultHook(const result_type &r) Q_DECL_OVERRIDE;
+ void resultHook(const result_type &r) override;
private:
GpgME::VerificationResult mResult;