MCPcopy Create free account
hub / github.com/KDAB/GammaRay / connectToHost

Method connectToHost

client/clientconnectionmanager.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

doConnectToHostMethod · 0.45

Calls 1

startMethod · 0.45

Tested by

no test coverage detected