Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py

changeset 3119
8b19074bb239
parent 2893
150de635fa29
child 3124
a01e410893ac
--- a/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py	Sat Nov 30 16:33:11 2013 +0100
+++ b/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py	Sat Nov 30 18:01:00 2013 +0100
@@ -110,7 +110,7 @@
                 doubleTo,
                 self.sDoubleDecimals.value())
         
-    def __getCode4(self, indLevel, indString):
+    def getCode(self, indLevel, indString):
         """
         Private method to get the source code for Qt4/Qt5.
         
@@ -187,13 +187,3 @@
                 self.sCurrentItem.value(), self.cEditable.isChecked(), estring)
             
         return code
-        
-    def getCode(self, indLevel, indString):
-        """
-        Public method to get the source code.
-        
-        @param indLevel indentation level (int)
-        @param indString string used for indentation (space or tab) (string)
-        @return generated code (string)
-        """
-        return self.__getCode4(indLevel, indString)

eric ide

mercurial