aboutsummaryrefslogtreecommitdiff
path: root/src/webclient.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-08 20:32:19 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-08 20:32:19 +0200
commit24adf0b41746449a163cfd2daaa2feefd67e9d57 (patch)
treefc9406213734ea898968067aa43482621d167cec /src/webclient.cpp
parente6e28fd4814e1f513773288710e1bcb3cfad0028 (diff)
downloadkristall-24adf0b41746449a163cfd2daaa2feefd67e9d57.tar.gz
Adds loading progress display.
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()