| 765 | } |
| 766 | |
| 767 | void PixelHistoryView::SetHistory(const rdcarray<PixelModification> &history) |
| 768 | { |
| 769 | m_Model->setHistory(history); |
| 770 | |
| 771 | enableTimelineHighlight(); |
| 772 | } |
| 773 | |
| 774 | void PixelHistoryView::startDebug(EventTag tag) |
| 775 | { |
no test coverage detected