From db7d79063f57c6e0ccf382fdf1cf47d514e12f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Tue, 9 Aug 2022 12:19:04 +0200 Subject: qt: Add job to set the primary user ID of OpenPGP keys * lang/qt/src/qgpgmesetprimaryuseridjob.cpp, lang/qt/src/qgpgmesetprimaryuseridjob.h, lang/qt/src/setprimaryuseridjob.h: New. * lang/qt/src/protocol.h (class Protocol): Add pure virtual member function setPrimaryUserIDJob. * lang/qt/src/protocol_p.h (Protocol::setPrimaryUserIDJob): New. * lang/qt/src/job.cpp, lang/qt/src/Makefile.am: Update accordingly. * lang/qt/tests/t-setprimaryuserid.cpp: New. * lang/qt/tests/Makefile.am: Add new test. -- GnuPG-bug-id: 5938 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ffe70e7b..97c3e205 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Noteworthy changes in version 1.17.2 (unreleased) * cpp, qt: Support revocation of own OpenPGP keys. [#5904] - * cpp: Support setting the primary user ID. [#5938] + * cpp, qt: Support setting the primary user ID. [#5938] * Interface changes relative to the 1.17.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -23,6 +23,8 @@ Noteworthy changes in version 1.17.2 (unreleased) cpp: Context::startSetPrimaryUid NEW. qt: RevokeKeyJob NEW. qt: Protocol::revokeKeyJob NEW. + qt: SetPrimaryUserIDJob NEW. + qt: Protocol::setPrimaryUserIDJob NEW. Release-info: https://dev.gnupg.org/Txxxx -- cgit v1.2.3