| 116 | } |
| 117 | |
| 118 | void Application::Init() { |
| 119 | msg_listener_ = context_->ObtainMessageListener(); |
| 120 | } |
| 121 | |
| 122 | void Application::changeEvent(QEvent* event) { |
| 123 | if (event->type() == QEvent::ActivationChange) { |
nothing calls this directly
no test coverage detected