diff options
Diffstat (limited to 'lang/qt/src/protocol.h')
-rw-r--r-- | lang/qt/src/protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/qt/src/protocol.h b/lang/qt/src/protocol.h index cbd93877..74fb921d 100644 --- a/lang/qt/src/protocol.h +++ b/lang/qt/src/protocol.h @@ -77,6 +77,7 @@ class GpgCardJob; class ReceiveKeysJob; class RevokeKeyJob; class SetPrimaryUserIDJob; +class WKDRefreshJob; /** The main entry point for QGpgME Comes in OpenPGP and SMIME(CMS) flavors. * @@ -198,6 +199,8 @@ public: virtual SignArchiveJob *signArchiveJob(bool armor = false) const = 0; virtual SignEncryptArchiveJob *signEncryptArchiveJob(bool armor = false) const = 0; virtual DecryptVerifyArchiveJob *decryptVerifyArchiveJob() const = 0; + + virtual WKDRefreshJob *wkdRefreshJob() const = 0; }; /** Obtain a reference to the OpenPGP Protocol. |