diff -r 226481ff40d1 -r dbdf27746da5 MultiProject/AddProjectDialog.py --- a/MultiProject/AddProjectDialog.py Sun Oct 06 19:52:33 2013 +0200 +++ b/MultiProject/AddProjectDialog.py Mon Oct 07 19:10:11 2013 +0200 @@ -66,16 +66,17 @@ self.trUtf8("Project Files (*.e4p)")) if projectFile: - self.filenameEdit.setText(Utilities.toNativeSeparators(projectFile)) + self.filenameEdit.setText( + Utilities.toNativeSeparators(projectFile)) def getData(self): """ Public slot to retrieve the dialogs data. - @return tuple of four values (string, string, boolean, string) giving the - project name, the name of the project file, a flag telling, whether - the project shall be the main project and a short description - for the project + @return tuple of four values (string, string, boolean, string) giving + the project name, the name of the project file, a flag telling, + whether the project shall be the main project and a short + description for the project """ return (self.nameEdit.text(), self.filenameEdit.text(), self.masterCheckBox.isChecked(),