mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
Remove unused parameter
This commit is contained in:
parent
54252184ab
commit
44c8d60a70
26 changed files with 40 additions and 40 deletions
|
@ -635,7 +635,7 @@ void PropertiesWidget::openParentFolder(const QModelIndex &index) const
|
|||
#endif
|
||||
}
|
||||
|
||||
void PropertiesWidget::displayFilesListMenu(const QPoint &)
|
||||
void PropertiesWidget::displayFilesListMenu()
|
||||
{
|
||||
if (!m_torrent) return;
|
||||
|
||||
|
@ -742,7 +742,7 @@ void PropertiesWidget::displayFilesListMenu(const QPoint &)
|
|||
menu->popup(QCursor::pos());
|
||||
}
|
||||
|
||||
void PropertiesWidget::displayWebSeedListMenu(const QPoint &)
|
||||
void PropertiesWidget::displayWebSeedListMenu()
|
||||
{
|
||||
if (!m_torrent) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue