mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
rss : download icon fix, don't work so i commented it
This commit is contained in:
parent
79a3d2e81b
commit
1a553b00b0
3 changed files with 79 additions and 39 deletions
|
@ -156,7 +156,6 @@ class downloadThread : public QThread {
|
|||
curl_easy_cleanup(curl);
|
||||
// Close tmp file
|
||||
fclose(file);
|
||||
qDebug("##### chemin "+filePath.toUtf8());
|
||||
emit downloadFinished(url, filePath, return_code, QString(errorBuffer));
|
||||
qDebug("In Download thread RUN, signal emitted, ErrorBuffer: %s", errorBuffer);
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue