| 65 | } |
| 66 | |
| 67 | bool SpinButton::IsDecreaseStepperPressed() const { |
| 68 | return m_decrease_pressed; |
| 69 | } |
| 70 | |
| 71 | bool SpinButton::IsIncreaseStepperPressed() const { |
| 72 | return m_increase_pressed; |
nothing calls this directly
no outgoing calls
no test coverage detected