34 #ifndef QGPGME_DEBUG_H
35 #define QGPGME_DEBUG_H
37 #include "qgpgme_export.h"
48 QGPGME_EXPORT QDebug operator<<(QDebug debug,
const GpgME::Error &err);
55 template<
class GpgMEClass>
56 std::string toLogString(
const GpgMEClass &
object)
58 std::stringstream stream;
64 #endif // QGPGME_DEBUG_H
Definition: abstractimportjob.h:42
Definition: abstractimportjob.h:48