summaryrefslogtreecommitdiffstats
path: root/src/slxbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slxbrowser.h')
-rw-r--r--src/slxbrowser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slxbrowser.h b/src/slxbrowser.h
index dc357dd..acbb7d8 100644
--- a/src/slxbrowser.h
+++ b/src/slxbrowser.h
@@ -15,7 +15,7 @@ class SLXbrowser : public QMainWindow
{
Q_OBJECT
public:
- SLXbrowser(QString url, bool fullscreen, bool ignoreSslErrors);
+ SLXbrowser(QString url, bool fullscreen, bool ignoreSslErrors, int reloadInterval);
virtual ~SLXbrowser();
private slots:
@@ -34,6 +34,7 @@ private:
QTimer _reset;
QList<QSslError> _sslErrors;
QString _normalError;
+ int _reloadIntervalMs;
};
#endif /* SLXBROWSER_H_ */