mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Several fixes to the new torrent model (still buggy)
This commit is contained in:
parent
af562ecf89
commit
9c67aaf641
6 changed files with 18 additions and 67 deletions
|
@ -752,6 +752,7 @@ void QBtSession::deleteTorrent(QString hash, bool delete_local_files) {
|
|||
qDebug("/!\\ Error: Invalid handle");
|
||||
return;
|
||||
}
|
||||
emit torrentAboutToBeRemoved(h);
|
||||
qDebug("h is valid, getting name or hash...");
|
||||
QString fileName;
|
||||
if(h.has_metadata())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue