| 75 | } |
| 76 | |
| 77 | void CustomCommandsPage::loadSettings() |
| 78 | { |
| 79 | auto s = APPLICATION->settings(); |
| 80 | commands->initialize( |
| 81 | false, |
| 82 | true, |
| 83 | s->get("PreLaunchCommand").toString(), |
| 84 | s->get("WrapperCommand").toString(), |
| 85 | s->get("PostExitCommand").toString() |
| 86 | ); |
| 87 | } |
| 88 | |
| 89 | void CustomCommandsPage::retranslate() |
| 90 | { |
nothing calls this directly
no test coverage detected