--- a/src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -116,13 +116,13 @@ osm.enginesChanged() @pyqtSlot(QItemSelection, QItemSelection) - def __selectionChanged(self, selected, deselected): + def __selectionChanged(self, _selected, _deselected): """ Private slot to handle a change of the selection. - @param selected item selection of selected items + @param _selected item selection of selected items (unused) @type QItemSelection - @param deselected item selection of deselected items + @param _deselected item selection of deselected items (unused) @type QItemSelection """ self.editButton.setEnabled(