| 162 | } |
| 163 | |
| 164 | SettingInputError WidgetSettingInt::ProcessInputValue() { return this->data().ProcessInput(this->value_buffer); } |
| 165 | |
| 166 | void WidgetSettingInt::OnTextEdited(const QString& new_value) { |
| 167 | this->timer_error->stop(); |
no test coverage detected