| 789 | |
| 790 | |
| 791 | void DebugRegistersWidget::startHoverTimer(QMouseEvent* event) |
| 792 | { |
| 793 | if (!(event->modifiers() & Qt::AltModifier)) |
| 794 | { |
| 795 | UIContext::closePreview(); |
| 796 | m_previewPos = event->pos(); |
| 797 | m_hoverTimer->start(PREVIEW_HOVER_TIME); |
| 798 | } |
| 799 | } |
| 800 | |
| 801 | |
| 802 | void DebugRegistersWidget::editValue() |
nothing calls this directly
no outgoing calls
no test coverage detected