From f24b7b2c53a649c657c4c159d3573734cd7f75f0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 27 Aug 2009 00:54:43 +0200 Subject: Adding comments --- src/history.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/history.cpp') diff --git a/src/history.cpp b/src/history.cpp index f21331eb..574b0cf2 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -98,12 +98,14 @@ QList HistoryManager::history() const } +// TODO port to KDE history bool HistoryManager::historyContains(const QString &url) const { return m_historyFilterModel->historyContains(url); } +// TODO port to KDE history void HistoryManager::addHistoryEntry(const QString &url) { QUrl cleanUrl(url); -- cgit v1.2.1