Remove the unneeded manage memory option in request

This commit is contained in:
Benau
2019-12-01 01:19:51 +08:00
parent 89d35f09fa
commit 4cb3383c4a
18 changed files with 31 additions and 64 deletions

View File

@@ -396,7 +396,7 @@ void AddonsManager::downloadIcons()
public:
IconRequest(const std::string &filename,
const std::string &url,
Addon *addon ) : HTTPRequest(filename, true, 1)
Addon *addon ) : HTTPRequest(filename,/*priority*/1)
{
m_addon = addon; setURL(url);
} // IconRequest