| 2949 | } |
| 2950 | |
| 2951 | void InputRedirection::uninstallInputEventFilter(InputEventFilter *filter) |
| 2952 | { |
| 2953 | m_filters.removeOne(filter); |
| 2954 | } |
| 2955 | |
| 2956 | void InputRedirection::installInputEventSpy(InputEventSpy *spy) |
| 2957 | { |
no outgoing calls
no test coverage detected