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

Method doConnectToHost

client/clientconnectionmanager.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void ClientConnectionManager::doConnectToHost()
214{
215 m_client->connectToHost(m_serverUrl, m_tries ? m_tries-- : 0);
216}
217
218QMainWindow *ClientConnectionManager::createMainWindow()
219{

Callers

nothing calls this directly

Calls 1

connectToHostMethod · 0.45

Tested by

no test coverage detected