diff options
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r-- | include/gpg/GpgContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h index 21099b63..ff4a9d20 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -114,6 +114,8 @@ namespace GpgME { bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer, bool detached = false); + bool addUID(const GpgKey &key, const UID &uid); + /** * @details If text contains PGP-message, put a linebreak before the message, * so that gpgme can decrypt correctly |