| 40 | } |
| 41 | |
| 42 | CustomBuildSystemConfig ConfigWidget::config() const |
| 43 | { |
| 44 | CustomBuildSystemConfig c; |
| 45 | c.buildDir = ui->buildDir->url(); |
| 46 | c.tools = m_tools; |
| 47 | return c; |
| 48 | } |
| 49 | |
| 50 | void ConfigWidget::loadConfig(const CustomBuildSystemConfig& cfg) |
| 51 | { |