From 794102b32cb9b9c0ddb0c8268c572acb256dd6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 30 Apr 2017 02:54:37 +0200 Subject: NOISSUE less jumpy download progress bars and redirect URL fix --- api/logic/net/Download.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/logic/net/Download.h') diff --git a/api/logic/net/Download.h b/api/logic/net/Download.h index 31e51792..0188a8ae 100644 --- a/api/logic/net/Download.h +++ b/api/logic/net/Download.h @@ -53,6 +53,7 @@ public: /* methods */ bool canAbort() const override; private: /* methods */ + QString getRedirect(); bool handleRedirect(); protected slots: -- cgit v1.2.3