mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Fix downloadFromURL bug. Closes #5844
This commit is contained in:
parent
867d69d0f2
commit
95a558941e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue