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

Function setOverrideBuildDirIndex

plugins/cmake/cmakeutils.cpp:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void setOverrideBuildDirIndex( KDevelop::IProject* project, int overrideBuildDirIndex )
520{
521 writeProjectBaseParameter( project, Config::buildDirOverrideIndexKey, QString::number(overrideBuildDirIndex) );
522}
523
524void removeOverrideBuildDirIndex( KDevelop::IProject* project, bool writeToMainIndex )
525{

Callers 2

buildDirChangedMethod · 0.85
createBuildDirMethod · 0.85

Calls 1

Tested by

no test coverage detected