--- a/src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py Fri Dec 22 17:24:07 2023 +0100 @@ -25,7 +25,8 @@ """ Constructor - @param parent reference to the parent object (QWidget) + @param parent reference to the parent object + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -119,8 +120,10 @@ """ Private slot to handle a change of the selection. - @param selected item selection of selected items (QItemSelection) - @param deselected item selection of deselected items (QItemSelection) + @param selected item selection of selected items + @type QItemSelection + @param deselected item selection of deselected items + @type QItemSelection """ self.editButton.setEnabled( len(self.enginesTable.selectionModel().selectedRows()) <= 1