Searched refs:m_lastPushedTS (Results 1 – 2 of 2) sorted by relevance
225 const QDate lastPushedDate = m_lastPushedTS.date(); in readAvailableData()226 … const bool newerTimestampSinceLastPushed = m_update.timestamp() > m_lastPushedTS; in readAvailableData()228 … const bool newerTimeSinceLastPushed = m_update.timestamp().time() > m_lastPushedTS.time(); in readAvailableData()231 m_lastPushedTS = m_update.timestamp(); in readAvailableData()275 const bool newerTime = m_update.timestamp().time() > m_lastPushedTS.time(); in notifyNewUpdate()277 && m_lastPushedTS.date().isValid() in notifyNewUpdate()278 && m_update.timestamp().date() > m_lastPushedTS.date()); in notifyNewUpdate()281 m_lastPushedTS = m_update.timestamp(); in notifyNewUpdate()
154 QDateTime m_lastPushedTS; variable