| 143 | } |
| 144 | |
| 145 | SettingInputError WidgetSettingFrames::ProcessInputValue() { return this->data().ProcessInput(this->value_buffer); } |
| 146 | |
| 147 | void WidgetSettingFrames::OnTextEdited(const QString& new_value) { |
| 148 | this->timer_error->stop(); |
no test coverage detected