qt: Update the documentation of ListAllKeysJob

* lang/qt/src/listallkeysjob.h (ListAllKeysJob::start): Document that
the mergeKeys argument is ignored with gpg >= 2.1.
--

GnuPG-bug-id: 4794
This commit is contained in:
Ingo Klöcker 2020-09-08 15:37:11 +02:00
parent 3dd7377e12
commit 973c8116c8

View File

@ -86,8 +86,9 @@ public:
and should do so; when this happens, it will be reported by the and should do so; when this happens, it will be reported by the
result object). result object).
If \a mergeKeys is true, secret keys are merged into public If GnuPG 2.1 or later is used, then \a mergeKeys is ignored. Otherwise,
keys. if \a mergeKeys is true, then some (but not all) information of the
secret keys is merged into public keys.
*/ */
virtual GpgME::Error start(bool mergeKeys = false) = 0; virtual GpgME::Error start(bool mergeKeys = false) = 0;