--- a/src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py Thu May 25 19:51:47 2023 +0200 @@ -7,7 +7,7 @@ Module implementing a dialog for the configuration of search engines. """ -from PyQt6.QtCore import pyqtSlot +from PyQt6.QtCore import QItemSelection, pyqtSlot from PyQt6.QtWidgets import QDialog from eric7.EricWidgets import EricFileDialog, EricMessageBox @@ -114,6 +114,7 @@ if dlg.exec() == QDialog.DialogCode.Accepted: osm.enginesChanged() + @pyqtSlot(QItemSelection, QItemSelection) def __selectionChanged(self, selected, deselected): """ Private slot to handle a change of the selection.