예제 #1
0
uint qHash(const Uuid& key)
{
    return qHash(key.toByteArray());
}