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