Merge pull request #5847 from yezezey/downloadFromURL

Fix downloadFromURL bug. Closes #5844
This commit is contained in:
sledgehammer999
2016-11-14 02:14:26 +02:00
committed by GitHub

View File

@@ -96,9 +96,9 @@ class downloadFromURL : public QDialog, private Ui::downloadFromURL{
QMessageBox::warning(0, tr("No URL entered"), tr("Please type at least one URL."));
return;
}
close();
emit urlsReadyToBeDownloaded(url_list_cleaned);
qDebug("Emitted urlsReadytobedownloaded signal");
close();
}
void on_cancelButton_clicked() {