mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix typo in comment.
This commit is contained in:
@@ -600,7 +600,7 @@ void AddNewTorrentDialog::accept()
|
|||||||
disconnect(this, SLOT(updateMetadata(const QTorrentHandle&)));
|
disconnect(this, SLOT(updateMetadata(const QTorrentHandle&)));
|
||||||
}
|
}
|
||||||
if (!m_hasMetadata) {
|
if (!m_hasMetadata) {
|
||||||
// Metadata retrival was cancelled
|
// Metadata retrieval was cancelled
|
||||||
// Kill existing handle and make a new one
|
// Kill existing handle and make a new one
|
||||||
QBtSession::instance()->deleteTorrent(m_hash, true);
|
QBtSession::instance()->deleteTorrent(m_hash, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user