summaryrefslogtreecommitdiff
path: root/src/sessionmanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-11 11:41:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-11 11:41:59 +0200
commitc27d8ff5790382daa69829be74457b919ee06cd6 (patch)
treef225cca68cf60674d7de2b15ea4e8b02d6a7b49a /src/sessionmanager.h
parent(Re)-open closed tabs (diff)
downloadrekonq-c27d8ff5790382daa69829be74457b919ee06cd6.tar.xz
Load old closed tabs from session manager.
This let me think about the need of reimplementing it and all History to support more infos (eg: zoom) closing one bug and opening another :) BUG:228480
Diffstat (limited to 'src/sessionmanager.h')
-rw-r--r--src/sessionmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sessionmanager.h b/src/sessionmanager.h
index 7960fc3e..a446b530 100644
--- a/src/sessionmanager.h
+++ b/src/sessionmanager.h
@@ -49,6 +49,8 @@ public:
~SessionManager();
bool restoreSession();
+ QStringList closedSites();
+
private slots:
void saveSession();