Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt: Add missing include of config.h | Ingo Klöcker | 2022-03-07 | 1 | -0/+4 |
| | | | | | | | * lang/qt/src/util.cpp: Include config.h. -- GnuPG-bug-id: 5871 | ||||
* | qt: Fix build for older Qt versions. | Werner Koch | 2022-02-07 | 1 | -0/+1 |
| | | | | * lang/qt/src/util.cpp: Include <functional>. | ||||
* | qt: Add helper for converting QStringList to vector of strings | Ingo Klöcker | 2022-02-03 | 1 | -0/+46 |
* lang/qt/src/util.h, lang/qt/src/util.cpp: New. * lang/qt/src/Makefile.am (qgpgme_sources, private_qgpgme_headers): Add new files. -- Additionally to the internal helper function toStrings(), this adds a copy of the internal make_error helper of GpgME++ which is used in a few places by QGpgME. We use the same error source id as GpgME++. GnuPG-bug-id: 5808 |