summaryrefslogtreecommitdiff
path: root/src/sessionmanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-09-27 13:00:01 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-09-27 13:00:01 +0200
commit72219b94111542eb45cf8b93ad12c47f1d33aaa8 (patch)
treec2311b6a1272a3878febe06e448bc06d77633704 /src/sessionmanager.h
parentCalm down QWidget::setLayout() warnings (diff)
downloadrekonq-72219b94111542eb45cf8b93ad12c47f1d33aaa8.tar.xz
Fix session manager restore
I think we need to consider the two cases (normal restore vs restore from crash) in different ways.
Diffstat (limited to 'src/sessionmanager.h')
-rw-r--r--src/sessionmanager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sessionmanager.h b/src/sessionmanager.h
index fa23623e..ae6caaa2 100644
--- a/src/sessionmanager.h
+++ b/src/sessionmanager.h
@@ -57,11 +57,12 @@ public:
QList<TabHistory> closedSites();
-public slots:
- bool restoreSession();
+public Q_SLOTS:
+ bool restoreSessionFromScratch();
-private slots:
+private Q_SLOTS:
void saveSession();
+ void restoreCrashedSession();
private:
QString m_sessionFilePath;