(self)
| 3689 | |
| 3690 | #set avatar functions |
| 3691 | def on_action_TreeWidgetSetAvatar(self): |
| 3692 | address = self.getCurrentAccount() |
| 3693 | self.setAvatar(address) |
| 3694 | |
| 3695 | def on_action_AddressBookSetAvatar(self): |
| 3696 | self.on_action_SetAvatar(self.ui.tableWidgetAddressBook) |
nothing calls this directly
no test coverage detected