mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Add back CONFIG += link_pkgconfig or it causes crashes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user