Details
Description
QContactDetail::isEmpty() doesnt' report an empty detail if the detail contains an empty string. I think it should, because that's what people care about. I don't think the distinction between an empty string and no string is useful (and neither does the QString API).
If you do think the distinction is useful then the QContactDetail::isEmpty() documentation should mention the behaviour.