| 440 | } |
| 441 | |
| 442 | int SpinExclude::valueFromText(const QString &text) const |
| 443 | { |
| 444 | return QSpinBox::valueFromText(text.section(" ", 0, 0)); |
| 445 | } |
| 446 | |
| 447 | QString SpinExclude::textFromValue(int value) const |
| 448 | { |
nothing calls this directly
no outgoing calls
no test coverage detected