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

Method fileImportDone

plugins/cmake/cmakemanager.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void fileImportDone(const CMakeProjectData& data)
216 {
217 Q_ASSERT(data.compilationData.isValid);
218 manager->integrateData(data, project);
219 }
220
221 QSharedPointer<CMakeServer> server;
222 IProject* const project;

Callers

nothing calls this directly

Calls 1

integrateDataMethod · 0.80

Tested by

no test coverage detected