qt: Fix example for using the asynchronous job API

* lang/qt/src/protocol.h (class Protocol): Fix API documentation.
--
This commit is contained in:
Ingo Klöcker 2021-12-13 09:24:30 +01:00
parent f3177d3ee0
commit 0e70a2313a

View File

@ -92,6 +92,7 @@ class GpgCardJob;
* { * {
* // keys and resuls can now be used. * // keys and resuls can now be used.
* }); * });
* job->start({QStringLiteral("alfa@example.net")}, false);
* \endcode * \endcode
* *
* \code * \code