| 184 | } |
| 185 | |
| 186 | void TriageView::setCurrentOffset(uint64_t offset) |
| 187 | { |
| 188 | m_currentOffset = offset; |
| 189 | UIContext::updateStatus(); |
| 190 | updateCrossReferenceSelection(); |
| 191 | } |
| 192 | |
| 193 | |
| 194 | QFont TriageView::getFont() |
no outgoing calls
no test coverage detected