--- a/src/eric7/WebBrowser/Sync/SyncEncryptionPage.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/Sync/SyncEncryptionPage.py Tue Apr 23 11:26:04 2024 +0200 @@ -139,21 +139,21 @@ self.__updateUI() @pyqtSlot(bool) - def on_encryptionGroupBox_toggled(self, on): + def on_encryptionGroupBox_toggled(self, _on): """ Private slot to handle changes of the encryption selection. - @param on state of the group box + @param _on state of the group box (unused) @type bool """ self.__updateUI() @pyqtSlot(bool) - def on_reencryptCheckBox_toggled(self, on): + def on_reencryptCheckBox_toggled(self, _on): """ Private slot to handle changes of the re-encryption selection. - @param on state of the check box + @param _on state of the check box (unused) @type bool """ self.__updateUI()