summaryrefslogtreecommitdiffstats
path: root/src/slxbrowser.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-11-14 15:09:37 +0100
committerSimon Rettberg2018-11-14 15:09:37 +0100
commit00e214b683da61b753f141ed87a0cbefdf0ba19d (patch)
tree4027cc6b226e5bfc5ba4aef38cb6c879a1f5f9ef /src/slxbrowser.h
parentAdd --reload-interval option to periodically reload the passed URL (diff)
downloadslxbrowser-00e214b683da61b753f141ed87a0cbefdf0ba19d.tar.gz
slxbrowser-00e214b683da61b753f141ed87a0cbefdf0ba19d.tar.xz
slxbrowser-00e214b683da61b753f141ed87a0cbefdf0ba19d.zip
Handle unsupported protocols
Diffstat (limited to 'src/slxbrowser.h')
-rw-r--r--src/slxbrowser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slxbrowser.h b/src/slxbrowser.h
index acbb7d8..c036821 100644
--- a/src/slxbrowser.h
+++ b/src/slxbrowser.h
@@ -29,6 +29,7 @@ private slots:
private:
QString _url;
bool _ignoreSslErrors;
+ bool _unsupportedUri;
WebView *_browser;
QProgressBar *_progress;
QTimer _reset;