summaryrefslogtreecommitdiffstats
path: root/src/slxbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slxbrowser.h')
-rw-r--r--src/slxbrowser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/slxbrowser.h b/src/slxbrowser.h
index 2c14465..16c5da2 100644
--- a/src/slxbrowser.h
+++ b/src/slxbrowser.h
@@ -27,6 +27,7 @@ class SlxBrowser : public QMainWindow
public:
SlxBrowser(BrowserSettings settings);
virtual ~SlxBrowser();
+ void activity() { _activity = true; }
private slots:
void loadStarted();
@@ -46,6 +47,9 @@ private:
QList<QSslError> _sslErrors;
QString _normalError;
qint64 _lastPageLoad;
+ bool _activity;
+ qint64 _lastActivity;
+ bool _pageValid;
};
#endif /* SLXBROWSER_H_ */