diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 00:54:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 00:54:43 +0200 |
commit | f24b7b2c53a649c657c4c159d3573734cd7f75f0 (patch) | |
tree | 7c09ad0839d8b7d28a04b5d8442812a8c9145868 | |
parent | Splitted history classes (diff) | |
download | rekonq-f24b7b2c53a649c657c4c159d3573734cd7f75f0.tar.xz |
Adding comments
-rw-r--r-- | src/history.cpp | 2 |
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); |