// What are you doing here? go back to download tab!
qDebug("Info: a torrent was moved from finished to download tab");
deleteTorrent(hash);
BTSession->setFinishedTorrent(hash);
emittorrentMovedFromFinishedList(hash);
intreponse=QMessageBox::question(this,tr("Finished torrent not found"),tr("Would you like to put it put it in the download list ?"),QMessageBox::Yes|QMessageBox::No);
if(reponse==QMessageBox::Yes){
qDebug("Info: a torrent was moved from finished to download tab");