summaryrefslogtreecommitdiff
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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/qt/src/protocol.h b/lang/qt/src/protocol.h
index 1a52097e..17db68a5 100644
--- a/lang/qt/src/protocol.h
+++ b/lang/qt/src/protocol.h
@@ -67,6 +67,7 @@ class KeyForMailboxJob;
class WKSPublishJob;
class TofuPolicyJob;
class QuickJob;
+class GpgCardJob;
/** The main entry point for QGpgME Comes in OpenPGP and SMIME(CMS) flavors.
*
@@ -184,5 +185,12 @@ QGPGME_EXPORT Protocol *smime();
*/
QGPGME_EXPORT CryptoConfig *cryptoConfig();
+/** Obtain a reference to a protocol agnostic GpgCardJob.
+ *
+ * The reference is to a static object.
+ * @returns reference to a GpgCardJob following the job pattern.
+ */
+QGPGME_EXPORT GpgCardJob *gpgCardJob();
+
}
#endif