src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html

branch
eric7
changeset 10690
fab36645aa7d
parent 10684
58c7f23ae1cb
child 11215
d07c71a34adf
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html	Mon Apr 22 18:23:20 2024 +0200
@@ -156,16 +156,16 @@
 </dl>
 <a NAME="MicroPythonWindow.__appFocusChanged" ID="MicroPythonWindow.__appFocusChanged"></a>
 <h4>MicroPythonWindow.__appFocusChanged</h4>
-<b>__appFocusChanged</b>(<i>old, now</i>)
+<b>__appFocusChanged</b>(<i>_old, now</i>)
 <p>
         Private slot to track the application focus.
 </p>
 
 <dl>
 
-<dt><i>old</i> (QWidget)</dt>
+<dt><i>_old</i> (QWidget)</dt>
 <dd>
-reference to the widget loosing focus
+reference to the widget loosing focus (unused)
 </dd>
 <dt><i>now</i> (QWidget)</dt>
 <dd>

eric ide

mercurial