mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-20 14:33:42 +03: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);
|
||||
});
|
||||
connect(dlg, &QDialog::finished, this, [this, source, infoHash]
|
||||
connect(dlg, &QDialog::finished, this, [this, infoHash]
|
||||
{
|
||||
m_dialogs.remove(infoHash);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue