| 1885 | } |
| 1886 | |
| 1887 | QString Timeline::markerLabelForTest(qint64 ns) const { |
| 1888 | return markerLabel(ns); |
| 1889 | } |
| 1890 | |
| 1891 | void Timeline::pressViewportForTest(QPoint viewport_pos) { |
| 1892 | // Route through the full event-filter chain so the PJ::Scrollbar overlay (installed |