eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 6942
2602857055c5
child 7229
53054eb5b15a
--- a/eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py	Sun Sep 01 17:44:33 2019 +0200
+++ b/eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py	Sun Sep 01 19:40:53 2019 +0200
@@ -103,9 +103,9 @@
         self.bTest = self.buttonBox.addButton(
             self.tr("Test"), QDialogButtonBox.ActionRole)
     
-    def __testQt42(self):
+    def __testSelectedOptions(self):
         """
-        Private method to test the selected options for Qt 4.2.0.
+        Private method to test the selected options.
         """
         buttons = QMessageBox.NoButton
         if self.abortCheck.isChecked():
@@ -209,7 +209,7 @@
                 self.eCaption.text()
             )
         else:
-            self.__testQt42()
+            self.__testSelectedOptions()
     
     def __enabledGroups(self):
         """

eric ide

mercurial