Remove unused parameter

This commit is contained in:
Chocobo1
2022-01-21 17:31:31 +08:00
parent 54252184ab
commit 44c8d60a70
26 changed files with 40 additions and 40 deletions

View File

@@ -845,7 +845,7 @@ void TransferListWidget::clearSelectionTags()
applyToSelectedTorrents([](BitTorrent::Torrent *const torrent) { torrent->removeAllTags(); });
}
void TransferListWidget::displayListMenu(const QPoint &)
void TransferListWidget::displayListMenu()
{
const QModelIndexList selectedIndexes = selectionModel()->selectedRows();
if (selectedIndexes.isEmpty()) return;