| 169 | |
| 170 | |
| 171 | void NotificationListener::OnViewChange(UIContext* context, ViewFrame* frame, const QString& type) |
| 172 | { |
| 173 | GlobalDebuggerUI::GetForContext(context)->SetActiveFrame(frame); |
| 174 | } |
| 175 | |
| 176 | |
| 177 | void NotificationListener::OnAddressChange( |
nothing calls this directly
no test coverage detected