| 28 | } |
| 29 | |
| 30 | void ProjectPreferences::apply() |
| 31 | { |
| 32 | ConfigPage::apply(); |
| 33 | |
| 34 | Core::self()->projectControllerInternal()->loadSettings(false); |
| 35 | } |
| 36 | |
| 37 | void ProjectPreferences::slotSettingsChanged() |
| 38 | { |
nothing calls this directly
no test coverage detected