| 776 | |
| 777 | #ifndef DPF_TEST_WINDOW_CPP |
| 778 | FOR_EACH_TOP_LEVEL_WIDGET_INV(rit) |
| 779 | { |
| 780 | TopLevelWidget* const widget(*rit); |
| 781 | |
| 782 | if (widget->isVisible() && widget->onKeyboard(ev)) |
| 783 | break; |
| 784 | } |
| 785 | #endif |
| 786 | } |
| 787 |
nothing calls this directly
no test coverage detected