--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginCodeStyleChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginCodeStyleChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -269,7 +269,7 @@ <a NAME="CodeStyleCheckerPlugin.__projectShowMenu" ID="CodeStyleCheckerPlugin.__projectShowMenu"></a> <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> -<b>__projectShowMenu</b>(<i>menuName, menu</i>) +<b>__projectShowMenu</b>(<i>menuName, _menu</i>) <p> Private slot called, when the the project menu or a submenu is about to be shown. @@ -281,9 +281,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> </dl> <a NAME="CodeStyleCheckerPlugin.__serviceError" ID="CodeStyleCheckerPlugin.__serviceError"></a>