| 26 | void EditVariableDialog::setVariableValue(const QString &value) { ui->variableValue->setText(value); } |
| 27 | |
| 28 | auto EditVariableDialog::getVariableName() const -> QString { return ui->variableName->text(); } |
| 29 | |
| 30 | auto EditVariableDialog::getVariableValue() const -> QString { return ui->variableValue->text(); } |
| 31 |
no outgoing calls
no test coverage detected