Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp129 QGeoRectangle retrievedBox = query.searchArea(); in boundingBoxTest() local
130 QVERIFY2(retrievedBox.topLeft() == QGeoCoordinate(30,20), "Wrong value returned"); in boundingBoxTest()
131 QVERIFY2(retrievedBox.bottomRight() == QGeoCoordinate(10,50), "Wrong value returned"); in boundingBoxTest()