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/geminiclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/geminiclient.cpp') diff --git a/src/geminiclient.cpp b/src/geminiclient.cpp index 8117a4f..0809120 100644 --- a/src/geminiclient.cpp +++ b/src/geminiclient.cpp @@ -78,6 +78,7 @@ void GeminiClient::socketReadyRead() if(is_receiving_body) { body.append(response); + emit this->requestProgress(body.size()); } else { -- cgit v1.2.3