summaryrefslogtreecommitdiff
path: root/lang/qt/src/qgpgmedecryptverifyjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmedecryptverifyjob.h')
-rw-r--r--lang/qt/src/qgpgmedecryptverifyjob.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/qt/src/qgpgmedecryptverifyjob.h b/lang/qt/src/qgpgmedecryptverifyjob.h
index eaeec09..0179431 100644
--- a/lang/qt/src/qgpgmedecryptverifyjob.h
+++ b/lang/qt/src/qgpgmedecryptverifyjob.h
@@ -70,17 +70,17 @@ public:
~QGpgMEDecryptVerifyJob();
/* from DecryptVerifyJob */
- GpgME::Error start(const QByteArray &cipherText) Q_DECL_OVERRIDE;
+ GpgME::Error start(const QByteArray &cipherText) override;
/* from DecryptVerifyJob */
- void start(const std::shared_ptr<QIODevice> &cipherText, const std::shared_ptr<QIODevice> &plainText) Q_DECL_OVERRIDE;
+ void start(const std::shared_ptr<QIODevice> &cipherText, const std::shared_ptr<QIODevice> &plainText) override;
/* from DecryptVerifyJob */
std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
- exec(const QByteArray &cipherText, QByteArray &plainText) Q_DECL_OVERRIDE;
+ exec(const QByteArray &cipherText, QByteArray &plainText) override;
/* from ThreadedJobMixin */
- void resultHook(const result_type &r) Q_DECL_OVERRIDE;
+ void resultHook(const result_type &r) override;
private:
std::pair<GpgME::DecryptionResult, GpgME::VerificationResult> mResult;