Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp627 QAction *clearAction = new QAction(tr("Clear History"), this); in postPopulated() local
628 connect(clearAction, SIGNAL(triggered()), m_history, SLOT(clear())); in postPopulated()
629 addAction(clearAction); in postPopulated()