diff options
Diffstat (limited to 'lang/qt/src/qgpgmequickjob.h')
-rw-r--r-- | lang/qt/src/qgpgmequickjob.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/qt/src/qgpgmequickjob.h b/lang/qt/src/qgpgmequickjob.h index 59181547..b4e2dfa9 100644 --- a/lang/qt/src/qgpgmequickjob.h +++ b/lang/qt/src/qgpgmequickjob.h @@ -1,6 +1,9 @@ /* qgpgmequickjob.h + This file is part of qgpgme, the Qt API binding for gpgme Copyright (c) 2017 Intevation GmbH + Copyright (c) 2020 g10 Code GmbH + Software engineering by Ingo Klöcker <[email protected]> QGpgME is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -66,6 +69,8 @@ public: void startAddSubkey(const GpgME::Key &key, const char *algo, const QDateTime &expires = QDateTime(), unsigned int flags = 0) Q_DECL_OVERRIDE; + void startRevokeSignature(const GpgME::Key &key, const GpgME::Key &signingKey, + const std::vector<GpgME::UserID> &userIds = std::vector<GpgME::UserID>()) Q_DECL_OVERRIDE; }; } |