mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
@@ -249,7 +249,7 @@ bool GUIAddTorrentManager::processTorrent(const QString &source
|
|||||||
{
|
{
|
||||||
releaseTorrentFileGuard(source);
|
releaseTorrentFileGuard(source);
|
||||||
});
|
});
|
||||||
connect(dlg, &QDialog::finished, this, [this, source, infoHash]
|
connect(dlg, &QDialog::finished, this, [this, infoHash]
|
||||||
{
|
{
|
||||||
m_dialogs.remove(infoHash);
|
m_dialogs.remove(infoHash);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user