| 34 | } |
| 35 | |
| 36 | void ConfigDialog::LoadConfigFile() { |
| 37 | ui->lineEditSDKFolder->setText(PathUtils::GetSDKPath()); |
| 38 | ui->lineEditNDKFolder->setText(PathUtils::GetNDKPath()); |
| 39 | ParseConfigFile(); |
| 40 | ReadCurrentSettings(); |
| 41 | } |
| 42 | |
| 43 | void ConfigDialog::ReadCurrentSettings() { |
| 44 | ui->compilerComboBox->setCurrentText(currentSettings_.compiler_); |
no test coverage detected