Project/NewDialogClassDialog.py

changeset 564
b3d966393ba9
parent 55
b5c84934de9c
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Project/NewDialogClassDialog.py
--- a/Project/NewDialogClassDialog.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Project/NewDialogClassDialog.py	Sat Sep 04 19:51:48 2010 +0200
@@ -46,7 +46,7 @@
         """
         Private slot called to open a directory selection dialog.
         """
-        path = QFileDialog.getExistingDirectory(\
+        path = QFileDialog.getExistingDirectory(
             self,
             self.trUtf8("Select source directory"),
             QDir.fromNativeSeparators(self.pathnameEdit.text()),
@@ -58,7 +58,7 @@
         """
         Private slot to set the enable state of theok button.
         """
-        self.okButton.setEnabled(\
+        self.okButton.setEnabled(
             self.classnameEdit.text() != "" and \
             self.filenameEdit.text()  != "" and \
             self.pathnameEdit.text()  != "")

eric ide

mercurial