| 136 | } |
| 137 | |
| 138 | bool TopLevelWidget::onScroll(const ScrollEvent& ev) |
| 139 | { |
| 140 | return pData->scrollEvent(ev); |
| 141 | } |
| 142 | |
| 143 | // -------------------------------------------------------------------------------------------------------------------- |
| 144 |
nothing calls this directly
no test coverage detected