Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp719 return m_currentRoute; in currentRoute()
747 if (m_currentRoute) in onCurrentRouteChanged()
748 m_currentRoute->deleteLater(); in onCurrentRouteChanged()
749m_currentRoute = new QDeclarativeGeoRoute(m_navigatorPrivate->m_navigator->currentRoute(), this); in onCurrentRouteChanged()
H A Dqdeclarativenavigator_p_p.h168 QPointer<QDeclarativeGeoRoute> m_currentRoute; variable