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

Function setProjectRootRelative

plugins/cmake/cmakeutils.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void setProjectRootRelative( KDevelop::IProject* project, const QString& relative)
377{
378 writeProjectBaseParameter( project, Config::Old::projectRootRelativeKey, relative );
379}
380
381void setCurrentExtraArguments( KDevelop::IProject* project, const QString& string)
382{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected