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

Function startClient

app/main.cpp:82–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void startClient(const QUrl &serverAddress)
83 {
84 auto *conMan = new ClientConnectionManager(this);
85 connect(conMan, SIGNAL(ready()), conMan, SLOT(createMainWindow()));
86 connect(conMan, SIGNAL(disconnected()), QApplication::instance(), SLOT(quit()));
87 connect(conMan, SIGNAL(persistentConnectionError(QString)), conMan,
88 SLOT(handlePersistentConnectionError(QString)));
89 conMan->connectToHost(serverAddress);
90 }
91
92 void launcherFinished()
93 {

Callers 2

launcherWindowAcceptedFunction · 0.85
readyReadMethod · 0.85

Calls 1

connectToHostMethod · 0.45

Tested by

no test coverage detected