aboutsummaryrefslogtreecommitdiff
path: root/src/webclient.hpp
diff options
context:
space:
mode:
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;