--- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Tue Apr 23 11:26:04 2024 +0200 @@ -749,17 +749,17 @@ </dl> <a NAME="TestingWidget.__testProcessFinished" ID="TestingWidget.__testProcessFinished"></a> <h4>TestingWidget.__testProcessFinished</h4> -<b>__testProcessFinished</b>(<i>results, output</i>) +<b>__testProcessFinished</b>(<i>_results, output</i>) <p> Private slot to handle the 'testFinished' signal of the executor. </p> <dl> -<dt><i>results</i> (list of TestResult)</dt> +<dt><i>_results</i> (list of TestResult)</dt> <dd> list of test result objects (if not sent via the - 'testResult' signal + 'testResult' signal) (unused) </dd> <dt><i>output</i> (str)</dt> <dd> @@ -1002,16 +1002,16 @@ </dl> <a NAME="TestingWidget.on_discoverCheckBox_toggled" ID="TestingWidget.on_discoverCheckBox_toggled"></a> <h4>TestingWidget.on_discoverCheckBox_toggled</h4> -<b>on_discoverCheckBox_toggled</b>(<i>checked</i>) +<b>on_discoverCheckBox_toggled</b>(<i>_checked</i>) <p> Private slot handling state changes of the 'discover' checkbox. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the checkbox +state of the checkbox (unused) </dd> </dl> <a NAME="TestingWidget.on_discoveryList_customContextMenuRequested" ID="TestingWidget.on_discoveryList_customContextMenuRequested"></a> @@ -1273,16 +1273,16 @@ </dl> <a NAME="TestingWindow.eventFilter" ID="TestingWindow.eventFilter"></a> <h4>TestingWindow.eventFilter</h4> -<b>eventFilter</b>(<i>obj, event</i>) +<b>eventFilter</b>(<i>_obj, event</i>) <p> Public method to filter events. </p> <dl> -<dt><i>obj</i> (QObject)</dt> +<dt><i>_obj</i> (QObject)</dt> <dd> -reference to the object the event is meant for +reference to the object the event is meant for (unused) </dd> <dt><i>event</i> (QEvent)</dt> <dd>