| 61 | } |
| 62 | |
| 63 | void ProjectConfigPage::reset() |
| 64 | { |
| 65 | auto config = configSkeleton()->sharedConfig()->group(Strings::SourceFormatter()); |
| 66 | ui->formatterSelectionEdit->loadSettings(config); |
| 67 | ConfigPage::reset(); |
| 68 | } |
| 69 | |
| 70 | void ProjectConfigPage::apply() |
| 71 | { |
nothing calls this directly
no test coverage detected