summaryrefslogtreecommitdiff
path: root/src/history/historymanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-01-22 23:37:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-01-22 23:37:27 +0100
commitf610d888cc1738ed94cc6286db65b6b40e8e1c4e (patch)
tree9a4d895e74507099443e4a5d3799fe69b63c3272 /src/history/historymanager.h
parentSet non null border in the rekonq pages (diff)
downloadrekonq-f610d888cc1738ed94cc6286db65b6b40e8e1c4e.tar.xz
History page, added ability to remove items from
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r--src/history/historymanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h
index c1e9f1cd..a618c672 100644
--- a/src/history/historymanager.h
+++ b/src/history/historymanager.h
@@ -123,6 +123,7 @@ public:
bool historyContains(const QString &url) const;
void addHistoryEntry(const KUrl &url, const QString &title);
void removeHistoryEntry(const KUrl &url, const QString &title = QString());
+ void removeHistoryLocationEntry(int value);
QList<HistoryItem> find(const QString &text);