Searched refs:otherLocation (Results 1 – 1 of 1) sorted by relevance
205 QGeoLocation otherLocation(location); in comparison() local208 QCOMPARE(location, otherLocation); in comparison()214 otherLocation.setAddress(otherAddress); in comparison()216 otherLocation.setCoordinate(QGeoCoordinate(12,13)); in comparison()218 otherLocation.setBoundingBox(QGeoRectangle(QGeoCoordinate(1,2), 0.5,0.5)); in comparison()220 otherLocation.setExtendedAttributes(QVariantMap({{"foo", 44}})); in comparison()225 QVERIFY(location != otherLocation); in comparison()