| 173 | } |
| 174 | |
| 175 | SettingInputError WidgetSettingFloat::ProcessInputValue() { return this->data().ProcessInput(this->value_buffer); } |
| 176 | |
| 177 | void WidgetSettingFloat::OnTextEdited(const QString& new_value) { |
| 178 | this->timer_error->stop(); |
no test coverage detected