Searched refs:infoTime (Results 1 – 1 of 1) sorted by relevance
191 … const QTime infoTime = m_update.timestamp().time(); // if update has been set, time must be valid. in readAvailableData() local215 if (infoTime.isValid()) { in readAvailableData()217 const bool newerTime = infoTime < pos.timestamp().time(); in readAvailableData()239 if (infoTime == pos.timestamp().time()) in readAvailableData()356 const QTime infoTime = info.timestamp().time(); // if info has been set, time must be valid. in processSentence() local383 if (infoTime.isValid()) { in processSentence()385 const bool newerTime = infoTime < pos.timestamp().time(); in processSentence()394 if (infoTime == pos.timestamp().time()) in processSentence()