mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
This commit is contained in:
@@ -48,7 +48,7 @@ class downloadFromURL : public QDialog, private Ui::downloadFromURL{
|
||||
public slots:
|
||||
void on_downloadButton_clicked(){
|
||||
QString urls = textUrls->toPlainText();
|
||||
QStringList url_list = urls.split("\n");
|
||||
QStringList url_list = urls.split(QString::fromUtf8("\n"));
|
||||
QString url;
|
||||
QStringList url_list_cleaned;
|
||||
foreach(url, url_list){
|
||||
|
||||
Reference in New Issue
Block a user