| 213 | } |
| 214 | |
| 215 | Adjustment::Ptr SpinButton::GetAdjustment() const { |
| 216 | return m_adjustment; |
| 217 | } |
| 218 | |
| 219 | void SpinButton::SetAdjustment( Adjustment::Ptr adjustment ) { |
| 220 | if( !adjustment ) { |
nothing calls this directly
no outgoing calls
no test coverage detected