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

Method buildFolder

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

Source from the content-addressed store, hash-verified

328Path CMakeBuildDirChooser::installPrefix() const { return Path(m_chooserUi->installPrefix->url()); }
329
330Path CMakeBuildDirChooser::buildFolder() const { return Path(m_chooserUi->buildFolder->url()); }
331
332QString CMakeBuildDirChooser::buildType() const { return m_chooserUi->buildType->currentText(); }
333

Callers 3

checkForNeedingConfigureFunction · 0.80
createBuildDirMethod · 0.80
defaultConfigureFunction · 0.80

Calls 2

PathClass · 0.70
urlMethod · 0.45

Tested by 1

defaultConfigureFunction · 0.64