(self)
| 3693 | self.setAvatar(address) |
| 3694 | |
| 3695 | def on_action_AddressBookSetAvatar(self): |
| 3696 | self.on_action_SetAvatar(self.ui.tableWidgetAddressBook) |
| 3697 | |
| 3698 | def on_action_SetAvatar(self, thisTableWidget): |
| 3699 | currentRow = thisTableWidget.currentRow() |
nothing calls this directly
no test coverage detected