| 138 | } |
| 139 | |
| 140 | void TeamBar::inviteButton() { |
| 141 | if (!m_teamInvite->isDisplayed()) |
| 142 | m_mainInterface->paneManager()->displayPane(PaneLayer::Window, m_teamInvite); |
| 143 | } |
| 144 | |
| 145 | void TeamBar::buildTeamBar() { |
| 146 | auto teamClient = m_client->teamClient(); |
nothing calls this directly
no test coverage detected