(self, room="")
| 59 | self._syncplayClient.ui.showErrorMessage(message, criticalerror) |
| 60 | |
| 61 | def updateRoomName(self, room=""): #bob |
| 62 | self._syncplayClient.ui.updateRoomName(room) |
| 63 | |
| 64 | def getUserlist(self): |
| 65 | self._syncplayClient.showUserList(self) |
nothing calls this directly
no test coverage detected