comparison: MultiProject/PropertiesDialog.py
MultiProject/PropertiesDialog.py
- changeset 6
- 52e8c820d0dd
- parent 0
- de9c2efb9d02
- child 12
- 1d8dd9706f46
equal
deleted
inserted
replaced
34 |
34 |
35 def storeData(self): |
35 def storeData(self): |
36 """ |
36 """ |
37 Public method to store the entered/modified data. |
37 Public method to store the entered/modified data. |
38 """ |
38 """ |
39 self.multiProject.description = unicode(self.descriptionEdit.toPlainText()) |
39 self.multiProject.description = self.descriptionEdit.toPlainText() |