Searched refs:clearAction (Results 1 – 1 of 1) sorted by relevance
627 QAction *clearAction = new QAction(tr("Clear History"), this); in postPopulated() local628 connect(clearAction, SIGNAL(triggered()), m_history, SLOT(clear())); in postPopulated()629 addAction(clearAction); in postPopulated()