summaryrefslogtreecommitdiff
path: root/src/sessionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sessionmanager.h')
-rw-r--r--src/sessionmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sessionmanager.h b/src/sessionmanager.h
index 6d6bef26..22665dc4 100644
--- a/src/sessionmanager.h
+++ b/src/sessionmanager.h
@@ -77,11 +77,9 @@ public Q_SLOTS:
// This method restores session
// on restart when restore at startup is chosen
bool restoreSessionFromScratch();
-
// This method restores (eventually) the tabs present
// if there are NO pinned tabs to restore, it returns FALSE...
bool restoreJustThePinnedTabs();
-
void saveSession();
private Q_SLOTS:
@@ -89,9 +87,11 @@ private Q_SLOTS:
// after a crash
void restoreCrashedSession();
+ bool saveYourSession();
+ bool restoreYourSession();
+
private:
QString m_sessionFilePath;
-
bool m_safe;
bool m_isSessionEnabled;