diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 23:51:21 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 23:51:21 +0200 |
| commit | bc3bd1d7524dffcf9669ac252db0a79b7484ee80 (patch) | |
| tree | 50107aa8c7094afbeee328f55fa4a35788ac3083 /src/webclient.hpp | |
| parent | 62005f23ba21f1246c1f7768e60f401b2083da90 (diff) | |
| download | kristall-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.hpp | 1 |
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; |
