From bc3bd1d7524dffcf9669ac252db0a79b7484ee80 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 16 Jun 2020 23:51:21 +0200 Subject: Streamlines HTTP(S) interface and routes the redirects through BrowserTab as well. Prepares for unified protocol handling. --- src/webclient.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webclient.hpp') 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 &errors); + void on_redirected(const QUrl &url); private: QNetworkAccessManager manager; -- cgit v1.2.3