diff options
author | lionelc <lionelc@lionelc.(none)> | 2010-03-30 11:37:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-02 22:01:06 +0200 |
commit | a2cb9efc54c78c47e41196f0121ca00255a4a7ab (patch) | |
tree | b091956d703ef49ae2e6e1a36cdb2e28fd732d7f /src/history/historymanager.h | |
parent | display bookmark and history item only if string typed is longer than 3 chars (diff) | |
download | rekonq-a2cb9efc54c78c47e41196f0121ca00255a4a7ab.tar.xz |
add title for history items
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r-- | src/history/historymanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h index 8fc5c30e..9a844672 100644 --- a/src/history/historymanager.h +++ b/src/history/historymanager.h @@ -141,6 +141,8 @@ public: void updateHistoryEntry(const KUrl &url, const QString &title); void removeHistoryEntry(const KUrl &url, const QString &title = QString()); + QString titleForHistoryUrl(QString url); + int historyLimit() const; void setHistoryLimit(int limit); |