| 30 | NotificationListener* NotificationListener::m_instance = nullptr; |
| 31 | |
| 32 | void NotificationListener::init() |
| 33 | { |
| 34 | m_instance = new NotificationListener; |
| 35 | UIContext::registerNotification(m_instance); |
| 36 | } |
| 37 | |
| 38 | |
| 39 | void NotificationListener::OnContextOpen(UIContext* context) |
nothing calls this directly
no outgoing calls
no test coverage detected