| 735 | } |
| 736 | |
| 737 | void PixelHistoryView::disableTimelineHighlight() |
| 738 | { |
| 739 | if(m_Ctx.HasTimelineBar()) |
| 740 | m_Ctx.GetTimelineBar()->HighlightHistory(ResourceId(), {}); |
| 741 | } |
| 742 | |
| 743 | void PixelHistoryView::enterEvent(QEvent *event) |
| 744 | { |
nothing calls this directly
no test coverage detected