summaryrefslogtreecommitdiff
path: root/lang/qt/src/qgpgmechangeexpiryjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmechangeexpiryjob.h')
-rw-r--r--lang/qt/src/qgpgmechangeexpiryjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/qgpgmechangeexpiryjob.h b/lang/qt/src/qgpgmechangeexpiryjob.h
index bb9b9ba..ac66e4f 100644
--- a/lang/qt/src/qgpgmechangeexpiryjob.h
+++ b/lang/qt/src/qgpgmechangeexpiryjob.h
@@ -59,11 +59,11 @@ public:
~QGpgMEChangeExpiryJob();
/* from ChangeExpiryJob */
- GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry) Q_DECL_OVERRIDE;
+ GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry) override;
/* from ChangeExpiryJob */
GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry,
- const std::vector<GpgME::Subkey> &subkeys) Q_DECL_OVERRIDE;
+ const std::vector<GpgME::Subkey> &subkeys) override;
};