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

Function writeProjectBaseParameter

plugins/cmake/cmakeutils.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81template <typename Key>
82void writeProjectBaseParameter(KDevelop::IProject* project, const Key& key, const QString& value)
83{
84 baseGroup(project).writeEntry(key, value);
85}
86
87void setBuildDirRuntime( KDevelop::IProject* project, const QString& name)
88{

Callers 4

setProjectRootRelativeFunction · 0.85
setCurrentBuildDirIndexFunction · 0.85
setBuildDirCountFunction · 0.85
setOverrideBuildDirIndexFunction · 0.85

Calls 2

baseGroupFunction · 0.85
writeEntryMethod · 0.80

Tested by

no test coverage detected