mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add back CONFIG += link_pkgconfig or it causes crashes
This commit is contained in:
parent
e4006d6175
commit
358f7d16da
2 changed files with 3 additions and 2 deletions
|
@ -76,6 +76,7 @@ void downloadThread::processDlFinished(QNetworkReply* reply) {
|
|||
filePath = tmpfile.fileName();
|
||||
qDebug("Temporary filename is: %s", filePath.toLocal8Bit().data());
|
||||
if(reply->open(QIODevice::ReadOnly)) {
|
||||
// TODO: Support GZIP compression
|
||||
tmpfile.write(reply->readAll());
|
||||
reply->close();
|
||||
tmpfile.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue