Lines Matching refs:date
108 …if (!dst.timestamp().date().isValid() && src.timestamp().isValid()) { // time was supposed to be s… in propagateDate()
159 if (!from.date().isValid() || !to.date().isValid()) // use only time in msecsTo()
192 …const QDate infoDate = m_update.timestamp().date(); // this one might not be valid, as some senten… in readAvailableData()
219 && pos.timestamp().date().isValid() in readAvailableData()
220 && infoDate < pos.timestamp().date()); in readAvailableData()
224 const QDate updateDate = m_update.timestamp().date(); in readAvailableData()
225 const QDate lastPushedDate = m_lastPushedTS.date(); in readAvailableData()
276 const bool newerDate = (m_update.timestamp().date().isValid() in notifyNewUpdate()
277 && m_lastPushedTS.date().isValid() in notifyNewUpdate()
278 && m_update.timestamp().date() > m_lastPushedTS.date()); in notifyNewUpdate()
357 …const QDate infoDate = info.timestamp().date(); // this one might not be valid, as some sentences … in processSentence()
387 && pos.timestamp().date().isValid() in processSentence()
388 && infoDate < pos.timestamp().date()); in processSentence()
653 QDate date = update->timestamp().date(); in notifyNewUpdate() local
654 if (date.isValid()) { in notifyNewUpdate()
655 m_currentDate = date; in notifyNewUpdate()