mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
committed by
GitHub
parent
bf86592e8c
commit
66f3cf7e67
@@ -649,7 +649,10 @@ void TransferListWidget::recheckSelectedTorrents()
|
||||
void TransferListWidget::reannounceSelectedTorrents()
|
||||
{
|
||||
for (BitTorrent::Torrent *const torrent : asConst(getSelectedTorrents()))
|
||||
{
|
||||
torrent->forceReannounce();
|
||||
torrent->forceDHTAnnounce();
|
||||
}
|
||||
}
|
||||
|
||||
int TransferListWidget::visibleColumnsCount() const
|
||||
|
||||
Reference in New Issue
Block a user