--- a/src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py Mon Apr 22 18:23:20 2024 +0200 @@ -607,11 +607,11 @@ """ return self.currentStack.currentWidget() - def showWindowMenu(self, windowMenu): + def showWindowMenu(self, _windowMenu): """ Public method to set up the viewmanager part of the Window menu. - @param windowMenu reference to the window menu + @param _windowMenu reference to the window menu (unused) @type QMenu """ pass