--- 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)