mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-23 06:35:24 -07:00
Remove unused variable
This commit is contained in:
parent
2d1c4fc809
commit
e7cbb551f3
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