summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);