Home
last modified time | relevance | path

Searched refs:m_restoreLastSession (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowsermainwindow.h150 QAction *m_restoreLastSession; variable
H A Dbrowsermainwindow.cpp386 m_restoreLastSession = new QAction(tr("Restore Last Session"), this); in setupMenu()
387 …connect(m_restoreLastSession, SIGNAL(triggered()), BrowserApplication::instance(), SLOT(restoreLas… in setupMenu()
388 m_restoreLastSession->setEnabled(BrowserApplication::instance()->canRestoreSession()); in setupMenu()
394 historyActions.append(m_restoreLastSession); in setupMenu()