| 273 | } |
| 274 | |
| 275 | std::string InputFilter::SwitchToScreenAction::getScreen() const |
| 276 | { |
| 277 | return m_screen; |
| 278 | } |
| 279 | |
| 280 | InputFilter::Action *InputFilter::SwitchToScreenAction::clone() const |
| 281 | { |
nothing calls this directly
no outgoing calls
no test coverage detected