Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp205 QGeoLocation otherLocation(location); in comparison() local
208 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()