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

Function setCurrentBuildDirIndex

plugins/cmake/cmakeutils.cpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void setCurrentBuildDirIndex( KDevelop::IProject* project, int buildDirIndex )
405{
406 writeProjectBaseParameter( project, Config::buildDirIndexKey(), QString::number (buildDirIndex) );
407}
408
409void setCurrentEnvironment( KDevelop::IProject* project, const QString& environment )
410{

Callers 2

checkForNeedingConfigureFunction · 0.85
removeBuildDirConfigFunction · 0.85

Calls 2

buildDirIndexKeyFunction · 0.85

Tested by

no test coverage detected