Searched refs:pathretrieved (Results 1 – 1 of 1) sorted by relevance
153 QList<QGeoCoordinate> pathretrieved = sgmt.path(); in path() local154 QCOMPARE(pathretrieved, path); in path()156 for (int i = 0; i < pathretrieved.size(); i++) { in path()157 QCOMPARE(pathretrieved.at(i), path.at(i)); in path()