(self)
| 2966 | box.setCurrentIndex(0) |
| 2967 | |
| 2968 | def on_action_InboxReplyChan(self): |
| 2969 | self.on_action_InboxReply(self.REPLY_TYPE_CHAN) |
| 2970 | |
| 2971 | def on_action_InboxReply(self, replyType = None): |
| 2972 | tableWidget = self.getCurrentMessagelist() |
no test coverage detected