diff options
author | Ingo Klöcker <[email protected]> | 2021-12-13 08:24:30 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2021-12-13 08:24:30 +0000 |
commit | 0e70a2313afbbaaec6859a1edb478587ff82a6b5 (patch) | |
tree | b47c76b7f002d4506c9f4ebadab7eb927a5d7c04 /lang/qt/src/protocol.h | |
parent | cpp,tests: Add test runner for doing a WKD lookup without import (diff) | |
download | gpgme-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.h | 1 |
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 |