MCPcopy Create free account
hub / github.com/Vector35/debugger / startHoverTimer

Method startHoverTimer

ui/registerswidget.cpp:791–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789
790
791void 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
802void DebugRegistersWidget::editValue()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected