mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
4461c0de7b
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ void CDownloader::onDownloadFinished()
|
|||
|
||||
emit downloadDone();
|
||||
}
|
||||
else if (status == 206)
|
||||
else if (status >= 200 && status < 300)
|
||||
{
|
||||
if (m_listener) m_listener->operationContinue();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue