| 107 | } |
| 108 | |
| 109 | void TestState::notifyEndDialogTest(Dialog* _sender, bool _result) |
| 110 | { |
| 111 | _sender->endModal(); |
| 112 | |
| 113 | StateManager::getInstance().stateEvent("TestState", "Exit"); |
| 114 | } |
| 115 | |
| 116 | } |
nothing calls this directly
no test coverage detected