From 644c7c8c062228c760b490838748c5f14547ff1c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 21 Jul 2010 13:04:14 +0200 Subject: Moving download history management from HistoryManager to Application class It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class... --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b58f4fac..55cc7a69 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1206,7 +1206,7 @@ void MainWindow::clearPrivateData() if (clearWidget.clearDownloads->isChecked()) { - Application::historyManager()->clearDownloadsHistory(); + Application::instance()->clearDownloadsHistory(); } if (clearWidget.clearCookies->isChecked()) -- cgit v1.2.1