Added explanatory comment.

This commit is contained in:
Andrzej Kapolka 2014-06-11 11:26:21 -07:00
parent 92b5d6037d
commit 6b48554fdd

View file

@ -90,6 +90,7 @@ bool operator==(const QScriptValue& first, const QScriptValue& second) {
return true;
} else {
// if none of the above tests apply, first must be invalid
return !second.isValid();
}
}