| 337 | } |
| 338 | |
| 339 | InputFilter::SwitchToNextScreenAction::SwitchToNextScreenAction(IEventQueue *events) : m_events(events) |
| 340 | { |
| 341 | // do nothing |
| 342 | } |
| 343 | |
| 344 | InputFilter::Action *InputFilter::SwitchToNextScreenAction::clone() const |
| 345 | { |
nothing calls this directly
no outgoing calls
no test coverage detected