Searched refs:checkForExpired (Results 1 – 2 of 2) sorted by relevance
71 this, SLOT(checkForExpired())); in HistoryManager()118 checkForExpired(); in setHistory()144 void HistoryManager::checkForExpired() in checkForExpired() function in HistoryManager153 QDateTime checkForExpired = m_history.last().dateTime; in checkForExpired() local154 checkForExpired.setDate(checkForExpired.date().addDays(m_historyLimit)); in checkForExpired()155 if (now.daysTo(checkForExpired) > 7) { in checkForExpired()159 nextTimeout = now.secsTo(checkForExpired); in checkForExpired()182 checkForExpired(); in addHistoryItem()209 checkForExpired(); in setHistoryLimit()
111 void checkForExpired();