diff options
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 |