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

Method import

plugins/cmake/cmakemanager.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107KDevelop::ProjectFolderItem* CMakeManager::import( KDevelop::IProject *project )
108{
109 CMake::checkForNeedingConfigure(project);
110
111 return AbstractFileManagerPlugin::import(project);
112}
113
114class ChooseCMakeInterfaceJob : public ExecuteCompositeJob
115{

Callers 1

initializeCVCSFunction · 0.45

Calls 2

checkForNeedingConfigureFunction · 0.85
importFunction · 0.85

Tested by

no test coverage detected