aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmequickjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmequickjob.h')
-rw-r--r--lang/qt/src/qgpgmequickjob.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/qt/src/qgpgmequickjob.h b/lang/qt/src/qgpgmequickjob.h
index b4e2dfa9..2f59d8d4 100644
--- a/lang/qt/src/qgpgmequickjob.h
+++ b/lang/qt/src/qgpgmequickjob.h
@@ -63,14 +63,14 @@ public:
const char *algo,
const QDateTime &expires = QDateTime(),
const GpgME::Key &key = GpgME::Key(),
- unsigned int flags = 0) Q_DECL_OVERRIDE;
- void startAddUid(const GpgME::Key &key, const QString &uid) Q_DECL_OVERRIDE;
- void startRevUid(const GpgME::Key &key, const QString &uid) Q_DECL_OVERRIDE;
+ unsigned int flags = 0) override;
+ void startAddUid(const GpgME::Key &key, const QString &uid) override;
+ void startRevUid(const GpgME::Key &key, const QString &uid) override;
void startAddSubkey(const GpgME::Key &key, const char *algo,
const QDateTime &expires = QDateTime(),
- unsigned int flags = 0) Q_DECL_OVERRIDE;
+ unsigned int flags = 0) override;
void startRevokeSignature(const GpgME::Key &key, const GpgME::Key &signingKey,
- const std::vector<GpgME::UserID> &userIds = std::vector<GpgME::UserID>()) Q_DECL_OVERRIDE;
+ const std::vector<GpgME::UserID> &userIds = std::vector<GpgME::UserID>()) override;
};
}