aboutsummaryrefslogtreecommitdiff
path: root/src/webclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webclient.cpp')
-rw-r--r--src/webclient.cpp1
1 files changed, 1 insertions, 0 deletions
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()