mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Added a rss tab (still not functional)
This commit is contained in:
parent
456f57e32f
commit
6c8f0bff13
7 changed files with 245 additions and 5 deletions
|
@ -156,6 +156,7 @@ 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