--- a/src/eric7/WebBrowser/Feeds/FeedsManager.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/Feeds/FeedsManager.py Tue Apr 23 11:26:04 2024 +0200 @@ -376,13 +376,13 @@ menu.exec(QCursor.pos()) @pyqtSlot(QTreeWidgetItem, int) - def __itemActivated(self, itm, column): + def __itemActivated(self, itm, _column): """ Private slot to handle the activation of an item. @param itm reference to the activated item @type QTreeWidgetItem - @param column column of the activation + @param _column column of the activation (unused) @type int """ if self.feedsTree.indexOfTopLevelItem(itm) != -1: