aboutsummaryrefslogtreecommitdiff
path: root/src/webclient.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-16 23:51:21 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-16 23:51:21 +0200
commitbc3bd1d7524dffcf9669ac252db0a79b7484ee80 (patch)
tree50107aa8c7094afbeee328f55fa4a35788ac3083 /src/webclient.hpp
parent62005f23ba21f1246c1f7768e60f401b2083da90 (diff)
downloadkristall-bc3bd1d7524dffcf9669ac252db0a79b7484ee80.tar.gz
Streamlines HTTP(S) interface and routes the redirects through BrowserTab as well. Prepares for unified protocol handling.
Diffstat (limited to 'src/webclient.hpp')
-rw-r--r--src/webclient.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webclient.hpp b/src/webclient.hpp
index 2a5b80d..55439b9 100644
--- a/src/webclient.hpp
+++ b/src/webclient.hpp
@@ -28,6 +28,7 @@ private slots:
void on_data();
void on_finished();
void on_sslErrors(const QList<QSslError> &errors);
+ void on_redirected(const QUrl &url);
private:
QNetworkAccessManager manager;