| 155 | } |
| 156 | |
| 157 | void ClientConnectionManager::connectToHost(const QUrl &url, int tryAgain) |
| 158 | { |
| 159 | m_serverUrl = url; |
| 160 | m_connectionTimeout.start(); |
| 161 | m_tries = tryAgain; |
| 162 | doConnectToHost(); |
| 163 | } |
| 164 | |
| 165 | void ClientConnectionManager::showSplashScreen() |
| 166 | { |