Ejemplo n.º 1
0
bool operator<(const CodeLocation &cl1, const CodeLocation &cl2)
{
    return cl1.toString() < cl2.toString();
}
Ejemplo n.º 2
0
QDebug operator<<(QDebug debug, const CodeLocation &location)
{
    return debug << location.toString();
}