| 75 | } |
| 76 | |
| 77 | void QMakeBuildDirChooser::saveConfig() |
| 78 | { |
| 79 | KConfigGroup config = KConfigGroup(m_project->projectConfiguration(), QMakeConfig::CONFIG_GROUP()).group(buildDir()); |
| 80 | saveConfig(config); |
| 81 | } |
| 82 | |
| 83 | void QMakeBuildDirChooser::saveConfig(KConfigGroup& config) |
| 84 | { |
no test coverage detected