Beispiel #1
0
bool operator<(const QScriptValue& first, const QScriptValue& second) {
    return first.lessThan(second);
}