mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
parent
cbf7c09bf4
commit
0ad65ceef6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue