Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp192 …const QDate infoDate = m_update.timestamp().date(); // this one might not be valid, as some senten… in readAvailableData() local
218 … const bool newerDate = (infoDate.isValid() // if time is valid but one date or both are not, in readAvailableData()
220 && infoDate < pos.timestamp().date()); in readAvailableData()
357 …const QDate infoDate = info.timestamp().date(); // this one might not be valid, as some sentences … in processSentence() local
386 … const bool newerDate = (infoDate.isValid() // if time is valid but one date or both are not, in processSentence()
388 && infoDate < pos.timestamp().date()); in processSentence()