summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:44:56 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:44:56 +0100
commitad8ab01c115d3e1ec22ce649a54ab28609624b61 (patch)
tree2827caff6bfff03100fcb4ec47d0883d3d074649 /src/application.cpp
parentCoding style (diff)
downloadrekonq-ad8ab01c115d3e1ec22ce649a54ab28609624b61.tar.xz
cppcheck round...
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 66d1384e..97d9a571 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -271,7 +271,6 @@ HistoryManager *Application::historyManager()
if (m_historyManager.isNull())
{
m_historyManager = new HistoryManager(instance());
- QWebHistoryInterface::setDefaultInterface(m_historyManager.data());
}
return m_historyManager.data();
}