diff options
| author | Andre Heinecke <[email protected]> | 2017-12-01 13:29:04 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2017-12-01 13:35:11 +0000 | 
| commit | 7d1ac5d61de3c55bf7ff14997b4b111a0f90c177 (patch) | |
| tree | bf299f329509fe090e861b793eb0021260e0cf45 /NEWS | |
| parent | cpp: Wrap create_key and create_subkey (diff) | |
| download | gpgme-7d1ac5d61de3c55bf7ff14997b4b111a0f90c177.tar.gz gpgme-7d1ac5d61de3c55bf7ff14997b4b111a0f90c177.zip | |
qt: Add job for quick commands
* lang/qt/src/qgpgmequickjob.cpp,
lang/qt/src/qgpgmequickjob.h,
lang/qt/src/quickjob.h: New.
* lang/qt/src/Makefile.am,
lang/qt/src/protocol.h,
lang/qt/src/protocol_p.h,
lang/qt/src/job.cpp: Update accordingly.
--
Keeping it in line with the Job for everything pattern.
Although it's reduced to one job for four commands as
the commands all behave the same.
Diffstat (limited to '')
| -rw-r--r-- | NEWS | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -19,6 +19,7 @@ Noteworthy changes in version 1.10.0 (unreleased)   cpp: Context::startCreateKey          NEW.   cpp: Context::createSubkey            NEW.   cpp: Context::startCreateSubkey       NEW. + qt: QuickJob                          NEW.   py: DecryptResult           EXTENDED: New boolean field 'is_de_vs'.   py: Signature               EXTENDED: New boolean field 'is_de_vs'.   py: GpgError                EXTENDED: Partial results in 'results'. | 
