summaryrefslogtreecommitdiff
path: root/src/sessionmanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-03-18 18:44:09 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-03-18 18:44:09 +0100
commit41870e5bf5d1ee398c5cb00dee5d3a1864df1b36 (patch)
treefcac266985a0cf32dcc204de1271913e540521fb /src/sessionmanager.h
parentFix conditional compilation when compiled without activities (diff)
downloadrekonq-41870e5bf5d1ee398c5cb00dee5d3a1864df1b36.tar.xz
Remove the "AutoSaver" attempt :(
I tried to save disk writes. But everytime people is finding some saved (or just delayed) saves that are NOT ok. We'll see to find another way to... BUG: 316938
Diffstat (limited to 'src/sessionmanager.h')
-rw-r--r--src/sessionmanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sessionmanager.h b/src/sessionmanager.h
index 1cd2ba71..6d6bef26 100644
--- a/src/sessionmanager.h
+++ b/src/sessionmanager.h
@@ -39,7 +39,6 @@
#include <QWeakPointer>
// Forward Declarations
-class AutoSaver;
class TabHistory;
class RekonqWindow;
@@ -86,8 +85,6 @@ public Q_SLOTS:
void saveSession();
private Q_SLOTS:
- void save();
-
// This method restores session
// after a crash
void restoreCrashedSession();
@@ -97,7 +94,6 @@ private:
bool m_safe;
bool m_isSessionEnabled;
- AutoSaver *m_saveTimer;
static QWeakPointer<SessionManager> s_sessionManager;
};