| 729 | } |
| 730 | |
| 731 | void PixelHistoryView::enableTimelineHighlight() |
| 732 | { |
| 733 | if(m_Ctx.HasTimelineBar()) |
| 734 | m_Ctx.GetTimelineBar()->HighlightHistory(m_Model->texID(), m_Model->modifications().toList()); |
| 735 | } |
| 736 | |
| 737 | void PixelHistoryView::disableTimelineHighlight() |
| 738 | { |
nothing calls this directly
no test coverage detected