summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-27 00:54:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-27 00:54:43 +0200
commitf24b7b2c53a649c657c4c159d3573734cd7f75f0 (patch)
tree7c09ad0839d8b7d28a04b5d8442812a8c9145868
parentSplitted history classes (diff)
downloadrekonq-f24b7b2c53a649c657c4c159d3573734cd7f75f0.tar.xz
Adding comments
-rw-r--r--src/history.cpp2
1 files changed, 2 insertions, 0 deletions
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<HistoryItem> 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);