3407:07966c6b5565 | 3408:b6e6a7062d12 |
---|---|
43 | 43 |
44 @return tuple containing the name (string) and a flag indicating | 44 @return tuple containing the name (string) and a flag indicating |
45 to keep the shelved change (boolean) | 45 to keep the shelved change (boolean) |
46 """ | 46 """ |
47 return ( | 47 return ( |
48 self.nameComboBox.currentText(), | 48 self.nameComboBox.currentText().replace(" ", "_"), |
49 self.keepCheckBox.isChecked() | 49 self.keepCheckBox.isChecked() |
50 ) | 50 ) |