Skip to content

Remove duplicated QDebug operator for GpgME::Key

Julius Künzel requested to merge work/jlskuz/qdebug-fix into master

It is part of debug.h since 0a90ffb7 hence in some situations compilation fails with error: ambiguous overload for ‘operator<<’ (operand types are ‘QDebug’ and ‘const GpgME::Key’)

Edited by Julius Künzel

Merge request reports