Searched refs:m_currentRouteLeg (Results 1 – 2 of 2) sorted by relevance
728 return m_currentRouteLeg; in currentRouteLeg()755 if (m_currentRouteLeg) in onCurrentRouteLegChanged()756 m_currentRouteLeg->deleteLater(); in onCurrentRouteLegChanged()757 …m_currentRouteLeg = new QDeclarativeGeoRouteLeg(m_navigatorPrivate->m_navigator->currentRouteLeg()… in onCurrentRouteLegChanged()
169 QPointer<QDeclarativeGeoRouteLeg> m_currentRouteLeg; variable