mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Merge pull request #5847 from yezezey/downloadFromURL
Fix downloadFromURL bug. Closes #5844
This commit is contained in:
commit
2d053da21f
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."));
|
||||
return;
|
||||
}
|
||||
close();
|
||||
emit urlsReadyToBeDownloaded(url_list_cleaned);
|
||||
qDebug("Emitted urlsReadytobedownloaded signal");
|
||||
close();
|
||||
}
|
||||
|
||||
void on_cancelButton_clicked() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue