summaryrefslogtreecommitdiffstats
path: root/api/logic/net/Download.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-04-30 02:54:37 +0200
committerPetr Mrázek <peterix@gmail.com>2017-04-30 02:54:37 +0200
commit794102b32cb9b9c0ddb0c8268c572acb256dd6ba (patch)
tree86aff77c02ee18479cb18da035ae70d0a5c8e758 /api/logic/net/Download.h
parent1be99b075ab1911e65a165e3b47513a3a8e290f3 (diff)
downloadMultiMC-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.tar
MultiMC-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.tar.gz
MultiMC-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.tar.lz
MultiMC-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.tar.xz
MultiMC-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.zip
NOISSUE less jumpy download progress bars and redirect URL fix
Diffstat (limited to 'api/logic/net/Download.h')
-rw-r--r--api/logic/net/Download.h1
1 files changed, 1 insertions, 0 deletions
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: