Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.h75 QString maneuverId; variable
79 return ( segment == other.segment && id == other.id && maneuverId == other.maneuverId );
H A Dqgeoroutexmlparser.cpp527 segmentContainer.maneuverId = m_reader->readElementText(); in parseLink()