aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/protocol.h
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-12-13 08:24:30 +0000
committerIngo Klöcker <[email protected]>2021-12-13 08:24:30 +0000
commit0e70a2313afbbaaec6859a1edb478587ff82a6b5 (patch)
treeb47c76b7f002d4506c9f4ebadab7eb927a5d7c04 /lang/qt/src/protocol.h
parentcpp,tests: Add test runner for doing a WKD lookup without import (diff)
downloadgpgme-0e70a2313afbbaaec6859a1edb478587ff82a6b5.tar.gz
gpgme-0e70a2313afbbaaec6859a1edb478587ff82a6b5.zip
qt: Fix example for using the asynchronous job API
* lang/qt/src/protocol.h (class Protocol): Fix API documentation. --
Diffstat (limited to 'lang/qt/src/protocol.h')
-rw-r--r--lang/qt/src/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qt/src/protocol.h b/lang/qt/src/protocol.h
index 17db68a5..dcc7ade4 100644
--- a/lang/qt/src/protocol.h
+++ b/lang/qt/src/protocol.h
@@ -92,6 +92,7 @@ class GpgCardJob;
* {
* // keys and resuls can now be used.
* });
+ * job->start({QStringLiteral("[email protected]")}, false);
* \endcode
*
* \code