(self, currentRow)
| 77 | current, previous)) |
| 78 | |
| 79 | def onCurrentRowChanged(self, currentRow): |
| 80 | self.resultView.appendHtml( |
| 81 | '{0}: {1}'.format( |
| 82 | formatColor('currentRowChanged', QColor(Qt.green)), |
| 83 | currentRow)) |
| 84 | |
| 85 | def onCurrentTextChanged(self, currentText): |
| 86 | self.resultView.appendHtml( |
nothing calls this directly
no test coverage detected