mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Remove unused parameter
This commit is contained in:
parent
54252184ab
commit
44c8d60a70
26 changed files with 40 additions and 40 deletions
|
|
@ -661,7 +661,7 @@ void AddNewTorrentDialog::populateSavePaths()
|
|||
m_ui->groupBoxDownloadPath->blockSignals(false);
|
||||
}
|
||||
|
||||
void AddNewTorrentDialog::displayContentTreeMenu(const QPoint &)
|
||||
void AddNewTorrentDialog::displayContentTreeMenu()
|
||||
{
|
||||
const QModelIndexList selectedRows = m_ui->contentTreeView->selectionModel()->selectedRows(0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue