Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt: Add export macro for QDebug operator | Andre Heinecke | 2020-11-11 | 1 | -1/+3 |
| | | | | | | | | | | * lang/qt/src/debug.h: Add export macro. -- This is public API so it should be exported. This did not resolve a link issue for Windows that I've experienced when building. But this might be to some uncleanlyness in my build environment. | ||||
* | qt: Add QDebug stream operator for GpgME::Error | Ingo Klöcker | 2020-10-23 | 1 | -0/+46 |
* lang/qt/src/Makefile.am: Add new files. * lang/qt/src/debug.h, lang/qt/src/debug.cpp: New. * NEWS: Mention it. -- This was previously implemented in Kleopatra, but it makes sense for all users of qgpgme. |