Home
last modified time | relevance | path

Searched refs:otherBox (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp1040 const QGeoRectanglePrivate &otherBox = static_cast<const QGeoRectanglePrivate &>(other); in operator ==() local
1042 return topLeft == otherBox.topLeft && bottomRight == otherBox.bottomRight; in operator ==()