Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp140 QList<QGeoCoordinate> pathRetrieved = qgeoroute->path(); in path() local
141 QCOMPARE(pathRetrieved, path); in path()
143 for (int i = 0; i < pathRetrieved.size(); i++) { in path()
144 QCOMPARE(pathRetrieved.at(i), path.at(i)); in path()