diff options
author | Ingo Klöcker <[email protected]> | 2023-01-04 10:36:09 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-01-05 13:24:31 +0000 |
commit | 398375a0ab3b819694435c2e46b759d56b3735e0 (patch) | |
tree | 4cbd0e115f222138ae494daa96dedb8e973a2673 /NEWS | |
parent | qt: Support deferred start of jobs (diff) | |
download | gpgme-398375a0ab3b819694435c2e46b759d56b3735e0.tar.gz gpgme-398375a0ab3b819694435c2e46b759d56b3735e0.zip |
qt: Allow deferred start of import job
* lang/qt/src/importjob.h (ImportJob::startLater): New pure virtual
method.
* lang/qt/src/qgpgmeimportjob.cpp, lang/qt/src/qgpgmeimportjob.h
(QGpgMEImportJob::startLater): New method.
* lang/qt/tests/t-import.cpp (ImportTest::testDeferredStart): New.
--
This makes it possible to prepare an import job for a deferred start.
GnuPG-bug-id: 6323
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,8 @@ Noteworthy changes in version 1.18.1 (unreleased) * qt: Extend ListAllKeysJob to allow disabling the automatic trust database check when listing all keys. [T6261] + * qt: Allow deferred start of import jobs. [T6323] + * Interface changes relative to the 1.18.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'. @@ -29,6 +31,7 @@ Noteworthy changes in version 1.18.1 (unreleased) qt: ListAllKeysJob::setOptions NEW. qt: ListAllKeysJob::options NEW. qt: Job::startNow NEW. + qt: ImportJob::startLater NEW. Noteworthy changes in version 1.18.0 (2022-08-10) |