diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-10-02 23:35:45 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-10-02 23:35:45 +0200 |
commit | eba9b3d759dbf6e402e91ab897059f1d274aef90 (patch) | |
tree | c60b47ce006a590806d69b397a219bb57aa40b3e /logic/lists/ForgeVersionList.h | |
parent | 48bd3add29e3e4a8e65fc28925141ea4fef2b8b4 (diff) | |
download | MultiMC-eba9b3d759dbf6e402e91ab897059f1d274aef90.tar MultiMC-eba9b3d759dbf6e402e91ab897059f1d274aef90.tar.gz MultiMC-eba9b3d759dbf6e402e91ab897059f1d274aef90.tar.lz MultiMC-eba9b3d759dbf6e402e91ab897059f1d274aef90.tar.xz MultiMC-eba9b3d759dbf6e402e91ab897059f1d274aef90.zip |
Add user agent header to most MultiMC download requests.
Diffstat (limited to 'logic/lists/ForgeVersionList.h')
-rw-r--r-- | logic/lists/ForgeVersionList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/lists/ForgeVersionList.h b/logic/lists/ForgeVersionList.h index 613de8a6..4abfe9ce 100644 --- a/logic/lists/ForgeVersionList.h +++ b/logic/lists/ForgeVersionList.h @@ -101,6 +101,7 @@ public: protected slots: void list_downloaded(); + void list_failed(); protected: DownloadJobPtr listJob; |