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
|
@ -602,9 +602,9 @@ void MainWindow::manageCookies()
|
|||
cookieDialog->open();
|
||||
}
|
||||
|
||||
void MainWindow::toolbarMenuRequested(const QPoint &point)
|
||||
void MainWindow::toolbarMenuRequested()
|
||||
{
|
||||
m_toolbarMenu->popup(m_ui->toolBar->mapToGlobal(point));
|
||||
m_toolbarMenu->popup(QCursor::pos());
|
||||
}
|
||||
|
||||
void MainWindow::toolbarIconsOnly()
|
||||
|
@ -709,7 +709,7 @@ void MainWindow::displayRSSTab(bool enable)
|
|||
}
|
||||
}
|
||||
|
||||
void MainWindow::showFilterContextMenu(const QPoint &)
|
||||
void MainWindow::showFilterContextMenu()
|
||||
{
|
||||
const Preferences *pref = Preferences::instance();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue