| 43 | } |
| 44 | |
| 45 | ButtonWidget::~ButtonWidget() { |
| 46 | if (m_buttonGroup) |
| 47 | m_buttonGroup->removeButton(this); |
| 48 | } |
| 49 | |
| 50 | void ButtonWidget::renderImpl() { |
| 51 | if (isPressed() && sustainCallbackOnDownHold()) { |
nothing calls this directly
no test coverage detected