Searched refs:pathRetrieved (Results 1 – 1 of 1) sorted by relevance
140 QList<QGeoCoordinate> pathRetrieved = qgeoroute->path(); in path() local141 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()