Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Dec 6, 2024
1 parent 2d1c4fc commit e7cbb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/guiaddtorrentmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit e7cbb55

Please sign in to comment.