| 680 | } |
| 681 | |
| 682 | void QVButtonPanel::clearPanelMoveState() |
| 683 | { |
| 684 | if (!m_moveArmed) { |
| 685 | return; |
| 686 | } |
| 687 | |
| 688 | m_moveArmed = false; |
| 689 | QToolTip::hideText(); |
| 690 | syncMoveCursorState(); |
| 691 | } |
| 692 | |
| 693 | void QVButtonPanel::syncMoveCursorState() |
| 694 | { |
nothing calls this directly
no outgoing calls
no test coverage detected