Searched refs:otherBox (Results 1 – 1 of 1) sorted by relevance
1040 const QGeoRectanglePrivate &otherBox = static_cast<const QGeoRectanglePrivate &>(other); in operator ==() local1042 return topLeft == otherBox.topLeft && bottomRight == otherBox.bottomRight; in operator ==()