diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 10:36:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 10:36:31 +0200 |
commit | 33ac88b25eeb188617da4e445e34eddefbfa8b86 (patch) | |
tree | 1a5470397aa0117256126a7140c825a11241bde3 /src/historymenu.h | |
parent | History Panel Action fix (diff) | |
download | rekonq-33ac88b25eeb188617da4e445e34eddefbfa8b86.tar.xz |
RFC. History Menu Revisited.
Diffstat (limited to 'src/historymenu.h')
-rw-r--r-- | src/historymenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/historymenu.h b/src/historymenu.h index da1feaed..64395951 100644 --- a/src/historymenu.h +++ b/src/historymenu.h @@ -58,6 +58,7 @@ protected: private slots: void activated(const QModelIndex &index); + void clearHistory(); private: HistoryManager *m_history; |