mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fix typo in the code
This commit is contained in:
parent
fe62efa145
commit
950aa497c6
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ public slots:
|
|||
|
||||
// Ask the user for new trackers and add them to the torrent
|
||||
void askForTrackers(){
|
||||
QStringList trackers = TrackersAdditionDlg::asForTrackers();
|
||||
QStringList trackers = TrackersAdditionDlg::askForTrackers();
|
||||
if(!trackers.empty()) {
|
||||
QTorrentHandle h = properties->getCurrentTorrent();
|
||||
if(!h.is_valid()) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue