| 211 | } |
| 212 | |
| 213 | void ClientConnectionManager::doConnectToHost() |
| 214 | { |
| 215 | m_client->connectToHost(m_serverUrl, m_tries ? m_tries-- : 0); |
| 216 | } |
| 217 | |
| 218 | QMainWindow *ClientConnectionManager::createMainWindow() |
| 219 | { |
nothing calls this directly
no test coverage detected