MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / clearPanelMoveState

Method clearPanelMoveState

QKeyMapper/qvbuttonpanel.cpp:682–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682void QVButtonPanel::clearPanelMoveState()
683{
684 if (!m_moveArmed) {
685 return;
686 }
687
688 m_moveArmed = false;
689 QToolTip::hideText();
690 syncMoveCursorState();
691}
692
693void QVButtonPanel::syncMoveCursorState()
694{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected