if(QMessageBox::question(this,tr("Recursive download confirmation"),tr("The torrent %1 contains torrent files, do you want to proceed with their download?").arg(h.name()),QMessageBox::Yes|QMessageBox::No)==QMessageBox::Yes){
QMessageBoxconfirmBox(QMessageBox::Question,tr("Recursive download confirmation"),tr("The torrent %1 contains torrent files, do you want to proceed with their download?").arg(h.name()));