summaryrefslogtreecommitdiff
path: root/src/sessionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sessionmanager.h')
-rw-r--r--src/sessionmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sessionmanager.h b/src/sessionmanager.h
index 604a67e5..99e8fcb9 100644
--- a/src/sessionmanager.h
+++ b/src/sessionmanager.h
@@ -85,13 +85,13 @@ public Q_SLOTS:
bool restoreJustThePinnedTabs();
void saveSession();
+ void manageSessions();
+
private Q_SLOTS:
// This method restores session
// after a crash
void restoreCrashedSession();
- void manageSession();
-
private:
QString m_sessionFilePath;
bool m_safe;