summaryrefslogtreecommitdiff
path: root/src/historymenu.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-20 10:36:31 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-20 10:36:31 +0200
commit33ac88b25eeb188617da4e445e34eddefbfa8b86 (patch)
tree1a5470397aa0117256126a7140c825a11241bde3 /src/historymenu.h
parentHistory Panel Action fix (diff)
downloadrekonq-33ac88b25eeb188617da4e445e34eddefbfa8b86.tar.xz
RFC. History Menu Revisited.
Diffstat (limited to 'src/historymenu.h')
-rw-r--r--src/historymenu.h1
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;