mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Fix typo in comment.
This commit is contained in:
parent
74a1cce46c
commit
532bec5d87
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue