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

Method buildType

plugins/cmake/cmakebuilddirchooser.cpp:332–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330Path CMakeBuildDirChooser::buildFolder() const { return Path(m_chooserUi->buildFolder->url()); }
331
332QString CMakeBuildDirChooser::buildType() const { return m_chooserUi->buildType->currentText(); }
333
334QString CMakeBuildDirChooser::extraArguments() const { return m_chooserUi->extraArguments->currentText(); }
335

Callers 3

checkForNeedingConfigureFunction · 0.45
createBuildDirMethod · 0.45
defaultConfigureFunction · 0.45

Calls

no outgoing calls

Tested by 1

defaultConfigureFunction · 0.36