Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp1521 if (m_waypointsChanged) { in routeRequest()
1522 m_waypointsChanged = false; in routeRequest()
1565 m_waypointsChanged = true; in waypointChanged()
H A Dqdeclarativegeoroutemodel_p.h465 bool m_waypointsChanged = false; variable