mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Remove unused parameter
This commit is contained in:
@@ -174,7 +174,7 @@ void PluginSelectDialog::togglePluginState(QTreeWidgetItem *item, int)
|
||||
}
|
||||
}
|
||||
|
||||
void PluginSelectDialog::displayContextMenu(const QPoint &)
|
||||
void PluginSelectDialog::displayContextMenu()
|
||||
{
|
||||
// Enable/disable pause/start action given the DL state
|
||||
const QList<QTreeWidgetItem *> items = m_ui->pluginsTree->selectedItems();
|
||||
|
||||
@@ -71,7 +71,7 @@ private slots:
|
||||
void on_closeButton_clicked();
|
||||
void togglePluginState(QTreeWidgetItem*, int);
|
||||
void setRowColor(int row, const QString &color);
|
||||
void displayContextMenu(const QPoint &);
|
||||
void displayContextMenu();
|
||||
void enableSelection(bool enable);
|
||||
void askForLocalPlugin();
|
||||
void askForPluginUrl();
|
||||
|
||||
@@ -375,7 +375,7 @@ void SearchJobWidget::filterSearchResults(const QString &name)
|
||||
updateResultsCount();
|
||||
}
|
||||
|
||||
void SearchJobWidget::showFilterContextMenu(const QPoint &)
|
||||
void SearchJobWidget::showFilterContextMenu()
|
||||
{
|
||||
const Preferences *pref = Preferences::instance();
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ private:
|
||||
void saveSettings() const;
|
||||
void updateFilter();
|
||||
void filterSearchResults(const QString &name);
|
||||
void showFilterContextMenu(const QPoint &);
|
||||
void showFilterContextMenu();
|
||||
void contextMenuEvent(QContextMenuEvent *event) override;
|
||||
void onItemDoubleClicked(const QModelIndex &index);
|
||||
void searchFinished(bool cancelled);
|
||||
|
||||
Reference in New Issue
Block a user