diff options
| -rw-r--r-- | lang/qt/src/listallkeysjob.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/lang/qt/src/listallkeysjob.h b/lang/qt/src/listallkeysjob.h index ebbdc16f..85cd04b1 100644 --- a/lang/qt/src/listallkeysjob.h +++ b/lang/qt/src/listallkeysjob.h @@ -86,8 +86,9 @@ public:        and should do so; when this happens, it will be reported by the        result object). -      If \a mergeKeys is true, secret keys are merged into public -      keys. +      If GnuPG 2.1 or later is used, then \a mergeKeys is ignored. Otherwise, +      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; | 
