| 507 | } |
| 508 | |
| 509 | void EditorState::notifyEndDialogCodeGenerator(Dialog* _dialog, bool _result) |
| 510 | { |
| 511 | mCodeGenerator->endModal(); |
| 512 | if (_result) |
| 513 | mCodeGenerator->saveTemplate(); |
| 514 | } |
| 515 | |
| 516 | void EditorState::pauseState() |
| 517 | { |
nothing calls this directly
no test coverage detected