--- a/src/eric7/WebBrowser/Feeds/FeedsManager.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/Feeds/FeedsManager.py Thu May 25 19:51:47 2023 +0200 @@ -329,7 +329,7 @@ itm.setData(0, FeedsManager.UrlStringRole, linkString) topItem.setExpanded(True) - def __customContextMenuRequested(self, pos): + def __customContextMenuRequested(self, pos): # noqa: U100 """ Private slot to handle the context menu request for the feeds tree. @@ -368,6 +368,7 @@ menu.addAction(self.tr("&Show error data"), self.__showError) menu.exec(QCursor.pos()) + @pyqtSlot(QTreeWidgetItem, int) def __itemActivated(self, itm, column): """ Private slot to handle the activation of an item.