From 24adf0b41746449a163cfd2daaa2feefd67e9d57 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 8 Jun 2020 20:32:19 +0200 Subject: Adds loading progress display. --- src/webclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webclient.cpp') diff --git a/src/webclient.cpp b/src/webclient.cpp index f3d8daa..d8e1da5 100644 --- a/src/webclient.cpp +++ b/src/webclient.cpp @@ -58,6 +58,7 @@ bool WebClient::cancelRequest() void WebClient::on_data() { this->body.append(this->current_reply->readAll()); + emit this->requestProgress(this->body.size()); } void WebClient::on_finished() -- cgit v1.2.3