Include QGpgME/Debug for QDebug operator for GpgME::Error
The missing QDebug operator was caught by the new explicit
conversion-to-bool operator for GpgME::Error. The safe-bool idiom didn't
prevent conversion of GpgME::Error to bool when passed to QDebug's
operator<<.