| 486 | } |
| 487 | |
| 488 | void NumberSpinBox::setClearButtonEnabled(bool enable) { |
| 489 | lineEdit()->setClearButtonEnabled(enable); |
| 490 | } |
| 491 | |
| 492 | QAbstractSpinBox::StepEnabled NumberSpinBox::stepEnabled() const { |
| 493 | return QAbstractSpinBox::StepEnabledFlag::StepUpEnabled | QAbstractSpinBox::StepEnabledFlag::StepDownEnabled; // for testing |
no outgoing calls
no test coverage detected