aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/protocol.h')
-rw-r--r--lang/qt/src/protocol.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/lang/qt/src/protocol.h b/lang/qt/src/protocol.h
index d8500174..f0772eef 100644
--- a/lang/qt/src/protocol.h
+++ b/lang/qt/src/protocol.h
@@ -59,6 +59,7 @@ class VerifyOpaqueJob;
class SignEncryptJob;
class DecryptVerifyJob;
class RefreshKeysJob;
+class RefreshOpenPGPKeysJob;
class ChangeExpiryJob;
class ChangeOwnerTrustJob;
class ChangePasswdJob;
@@ -139,9 +140,7 @@ public:
/**
* For S/MIME keys this job performs a full validation check of the keys
* with updated CRLs.
- * For OpenPGP keys this job performs a refresh of keys via the external
- * methods as defined by the \c auto-key-locate option and from the
- * configured keyserver.
+ * For OpenPGP keys, use refreshOpenPGPKeysJob.
*/
virtual RefreshKeysJob *refreshKeysJob() const = 0;
virtual ChangeExpiryJob *changeExpiryJob() const = 0;
@@ -184,6 +183,13 @@ public:
virtual ReceiveKeysJob *receiveKeysJob() const = 0;
virtual RevokeKeyJob *revokeKeyJob() const = 0;
+
+ /**
+ * This job performs a refresh of OpenPGP keys via the external methods
+ * as defined by the \c auto-key-locate option and via an import from the
+ * configured keyserver.
+ */
+ virtual RefreshOpenPGPKeysJob *refreshOpenPGPKeysJob() const = 0;
};
/** Obtain a reference to the OpenPGP Protocol.