mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 08:24:22 +00:00
Merge pull request #5847 from yezezey/downloadFromURL
Fix downloadFromURL bug. Closes #5844
This commit is contained in:
commit
2d053da21f
@ -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."));
|
QMessageBox::warning(0, tr("No URL entered"), tr("Please type at least one URL."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
close();
|
|
||||||
emit urlsReadyToBeDownloaded(url_list_cleaned);
|
emit urlsReadyToBeDownloaded(url_list_cleaned);
|
||||||
qDebug("Emitted urlsReadytobedownloaded signal");
|
qDebug("Emitted urlsReadytobedownloaded signal");
|
||||||
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
void on_cancelButton_clicked() {
|
void on_cancelButton_clicked() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user