| 77 | } |
| 78 | |
| 79 | void TimeMarker::set_index(int64_t index) |
| 80 | { |
| 81 | if (index < 0){ |
| 82 | index = 0; |
| 83 | } |
| 84 | _index = index; |
| 85 | time_changed(); |
| 86 | } |
| 87 | |
| 88 | void TimeMarker::paint(QPainter &p, const QRect &rect, const bool highlight, bool trig_hoff) |
| 89 | { |
no outgoing calls
no test coverage detected