Searched refs:infoDate (Results 1 – 1 of 1) sorted by relevance
192 …const QDate infoDate = m_update.timestamp().date(); // this one might not be valid, as some senten… in readAvailableData() local218 … 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() local386 … 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()