src/eric7/WebBrowser/Sync/SyncEncryptionPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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()

eric ide

mercurial