Compression algo dependencies, still need hackery...
This commit is contained in:
parent
af234f3502
commit
2c8dc0b855
52 changed files with 17769 additions and 40 deletions
|
@ -31,7 +31,7 @@ void ByteArrayDownload::downloadProgress ( qint64 bytesReceived, qint64 bytesTot
|
|||
void ByteArrayDownload::downloadError ( QNetworkReply::NetworkError error )
|
||||
{
|
||||
// error happened during download.
|
||||
// TODO: log the reason why
|
||||
qDebug() << "URL:" << m_url.toString().toLocal8Bit() << "Network error: " << error;
|
||||
m_status = Job_Failed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue