Several fixes to the new torrent model (still buggy)

This commit is contained in:
Christophe Dumez 2010-11-14 18:46:16 +00:00
commit 9c67aaf641
6 changed files with 18 additions and 67 deletions

View file

@ -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())