mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Remove unused parameter
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user