Searched refs:m_lastSession (Results 1 – 2 of 2) sorted by relevance
161 m_lastSession = settings.value(QLatin1String("lastSession")).toByteArray(); in BrowserApplication()320 return !m_lastSession.isEmpty(); in canRestoreSession()326 QBuffer buffer(&m_lastSession); in restoreLastSession()
107 QByteArray m_lastSession; variable