aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/debug.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qt: Fix export of qDebug GpgME::Error overloadAndre Heinecke2020-11-121-0/+1
| | | | * lang/qt/src/debug.cpp: Include debug.h to get the export decl.
* qt: Add QDebug stream operator for GpgME::ErrorIngo Klöcker2020-10-231-0/+48
* 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.