Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp415 QString currentElement = m_reader->name().toString(); in parseCoordinates() local
418 …(!(m_reader->tokenType() == QXmlStreamReader::EndElement && m_reader->name() == currentElement) && in parseCoordinates()