214 return self.tagCombo.currentText() |
214 return self.tagCombo.currentText() |
215 elif self.branchButton.isChecked(): |
215 elif self.branchButton.isChecked(): |
216 return self.branchCombo.currentText() |
216 return self.branchCombo.currentText() |
217 elif self.bookmarkButton.isChecked(): |
217 elif self.bookmarkButton.isChecked(): |
218 return self.bookmarkCombo.currentText() |
218 return self.bookmarkCombo.currentText() |
|
219 |
|
220 return "" |
219 |
221 |
220 def getData(self): |
222 def getData(self): |
221 """ |
223 """ |
222 Public method to retrieve the data for the strip action. |
224 Public method to retrieve the data for the strip action. |
223 |
225 |