104 |
104 |
105 @pyqtSlot() |
105 @pyqtSlot() |
106 def on_changesetsEdit_textChanged(self): |
106 def on_changesetsEdit_textChanged(self): |
107 """ |
107 """ |
108 Private slot to handle changes of the Changesets edit. |
108 Private slot to handle changes of the Changesets edit. |
109 |
|
110 @param txt text of the edit (string) |
|
111 """ |
109 """ |
112 self.__updateOK() |
110 self.__updateOK() |
113 |
111 |
114 @pyqtSlot(str) |
112 @pyqtSlot(str) |
115 def on_tagCombo_editTextChanged(self, txt): |
113 def on_tagCombo_editTextChanged(self, txt): |