diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-07-21 13:11:02 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-07-21 13:11:02 +0200 |
commit | 272e6c2b548ff8232318a42522bf7bfc37b05df0 (patch) | |
tree | b78c47692dc929202303d0347301729b93554880 /src/history/historymanager.h | |
parent | Moving download history management from HistoryManager to Application class (diff) | |
download | rekonq-272e6c2b548ff8232318a42522bf7bfc37b05df0.tar.xz |
Just some stupid cleaning on HistoryManager before starting seriously working on...
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r-- | src/history/historymanager.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h index 6b73cac0..ce712919 100644 --- a/src/history/historymanager.h +++ b/src/history/historymanager.h @@ -115,7 +115,7 @@ public: void updateHistoryEntry(const KUrl &url, const QString &title); void removeHistoryEntry(const KUrl &url, const QString &title = QString()); - QString titleForHistoryUrl(QString url); + QString titleForHistoryUrl(const QString &url); int historyLimit() const; void setHistoryLimit(int limit); @@ -141,10 +141,6 @@ private slots: void save(); void checkForExpired(); -protected: - void addHistoryEntry(const HistoryItem &item); - void removeHistoryEntry(const HistoryItem &item); - private: void load(); |