(self, event)
| 1382 | |
| 1383 | # tree |
| 1384 | def treeWidgetKeyPressEvent(self, event): |
| 1385 | return self.handleKeyPress(event, self.getCurrentTreeWidget()) |
| 1386 | |
| 1387 | # inbox / sent |
| 1388 | def tableWidgetKeyPressEvent(self, event): |
nothing calls this directly
no test coverage detected