Home GnuPG

Fix crash in key lookup

Description

Fix crash in key lookup

std::sort expects a lambda returning a bool for whether the first element is smaller than the second one.
qstricmp returns an int in the strcmp style, which brings std::sort into an unpredictable state.