--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -150,30 +150,30 @@ </dl> <a NAME="EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged" ID="EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged"></a> <h4>EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged</h4> -<b>on_firmwarePicker_textChanged</b>(<i>firmware</i>) +<b>on_firmwarePicker_textChanged</b>(<i>_firmware</i>) <p> Private slot handling a change of the firmware path. </p> <dl> -<dt><i>firmware</i> (str)</dt> +<dt><i>_firmware</i> (str)</dt> <dd> -path to the firmware +path to the firmware (unused) </dd> </dl> <a NAME="EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged" ID="EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged"></a> <h4>EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged</h4> -<b>on_sizeComboBox_currentTextChanged</b>(<i>size</i>) +<b>on_sizeComboBox_currentTextChanged</b>(<i>_size</i>) <p> Private slot handling a change of the selected firmware size. </p> <dl> -<dt><i>size</i> (str)</dt> +<dt><i>_size</i> (str)</dt> <dd> -selected size text +selected size text (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>