Searched refs:routeId (Results 1 – 5 of 5) sorted by relevance
65 QCOMPARE(qgeoroute->routeId(), empty); in constructor()200 void tst_QGeoRoute::routeId() in routeId() function in tst_QGeoRoute206 QCOMPARE(qgeoroute->routeId(), text); in routeId()209 QVERIFY(qgeoroute->routeId() != text); in routeId()
67 void routeId();
67 QString routeId() const;
165 QString QGeoRoute::routeId() const in routeId() function in QGeoRoute
289 baseRequest += route.routeId(); in updateRouteRequestString()