mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
- Fix typo in the code
This commit is contained in:
@@ -49,7 +49,7 @@ class TrackersAdditionDlg : public QDialog, private Ui::TrackersAdditionDlg{
|
||||
return trackers_list->toPlainText().trimmed().split("\n");
|
||||
}
|
||||
|
||||
static QStringList asForTrackers() {
|
||||
static QStringList askForTrackers() {
|
||||
QStringList trackers;
|
||||
TrackersAdditionDlg dlg;
|
||||
if(dlg.exec() == QDialog::Accepted) {
|
||||
|
||||
Reference in New Issue
Block a user