src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10437
2f70ca07f0af
--- a/src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py	Thu May 25 19:51:47 2023 +0200
@@ -214,19 +214,17 @@
 
         self.eMessage.setEnabled(not self.rAboutQt.isChecked())
 
-    def on_rAbout_toggled(self, on):
+    @pyqtSlot()
+    def on_rAbout_toggled(self):
         """
         Private slot to handle the toggled signal of the rAbout radio button.
-
-        @param on toggle state (boolean) (ignored)
         """
         self.__enabledGroups()
 
-    def on_rAboutQt_toggled(self, on):
+    @pyqtSlot()
+    def on_rAboutQt_toggled(self):
         """
         Private slot to handle the toggled signal of the rAboutQt radio button.
-
-        @param on toggle state (boolean) (ignored)
         """
         self.__enabledGroups()
 

eric ide

mercurial