Command "Clear history" really clear saved history

This commit is contained in:
abs62 2011-03-30 08:47:55 +04:00
parent f7d7920e68
commit 368b58bb29

View file

@ -1813,6 +1813,7 @@ void MainWindow::menuHistoryTriggered( QAction * action )
void MainWindow::on_clearHistory_activated()
{
history.clear();
history.save();
}
void MainWindow::setAutostart(bool autostart)