MCPcopy Create free account
hub / github.com/KDE/kdevelop / tryCMakeServer

Method tryCMakeServer

plugins/cmake/cmakemanager.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142private:
143 void tryCMakeServer()
144 {
145 qCDebug(CMAKE) << "try cmake server for import";
146 server.reset(new CMakeServer(project));
147 connect(server.data(), &CMakeServer::connected, this, &ChooseCMakeInterfaceJob::successfulConnection);
148 connect(server.data(), &CMakeServer::finished, this, &ChooseCMakeInterfaceJob::failedConnection);
149 }
150
151 void successfulConnection() {
152 auto job = new CMakeServerImportJob(project, server, this);

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected