| 55 | void Application::init() { setGlobalApplication(shared_from_this()); } |
| 56 | |
| 57 | void Application::launch() |
| 58 | { |
| 59 | prepareLaunch(); |
| 60 | |
| 61 | beginLaunch(); |
| 62 | finishLaunch(); |
| 63 | } |
| 64 | |
| 65 | void Application::terminating() |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected