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

Function setBuildDirCount

plugins/cmake/cmakeutils.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void setBuildDirCount( KDevelop::IProject* project, int count )
427{
428 writeProjectBaseParameter( project, Config::buildDirCountKey, QString::number(count) );
429}
430
431void removeBuildDirConfig( KDevelop::IProject* project )
432{

Callers 4

checkForNeedingConfigureFunction · 0.85
initBuildDirConfigFunction · 0.85
removeBuildDirConfigFunction · 0.85
createBuildDirMethod · 0.85

Calls 1

Tested by

no test coverage detected