Searched refs:m_lastSavedUrl (Results 1 – 2 of 2) sorted by relevance
121 m_lastSavedUrl = m_history.value(0).url; in setHistory()123 m_lastSavedUrl = QString(); in setHistory()165 m_lastSavedUrl = QString(); in checkForExpired()191 if (m_lastSavedUrl.isEmpty()) in updateHistoryItem()192 m_lastSavedUrl = m_history.at(i).url; in updateHistoryItem()216 m_lastSavedUrl = QString(); in clear()288 m_lastSavedUrl = QString(); in load()299 bool saveAll = m_lastSavedUrl.isEmpty(); in save()304 if (m_history.at(i).url == m_lastSavedUrl) { in save()354 m_lastSavedUrl = m_history.value(0).url; in save()
123 QString m_lastSavedUrl; variable