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

Method CMakeServerImportJob

plugins/cmake/cmakeserverimportjob.cpp:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101CMakeServerImportJob::CMakeServerImportJob(KDevelop::IProject* project, const QSharedPointer<CMakeServer> &server, QObject* parent)
102 : KJob(parent)
103 , m_server(server)
104 , m_project(project)
105{
106 connect(m_server.data(), &CMakeServer::disconnected, this, [this]() {
107 setError(UnexpectedDisconnect);
108 emitResult();
109 });
110}
111
112void CMakeServerImportJob::start()
113{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected