mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Remove unused parameter
This commit is contained in:
parent
54252184ab
commit
44c8d60a70
26 changed files with 40 additions and 40 deletions
|
@ -192,7 +192,7 @@ void RSSWidget::displayRSSListMenu(const QPoint &pos)
|
|||
menu->popup(QCursor::pos());
|
||||
}
|
||||
|
||||
void RSSWidget::displayItemsListMenu(const QPoint &)
|
||||
void RSSWidget::displayItemsListMenu()
|
||||
{
|
||||
bool hasTorrent = false;
|
||||
bool hasLink = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue