| 28 | auto EditVariableDialog::getVariableName() const -> QString { return ui->variableName->text(); } |
| 29 | |
| 30 | auto EditVariableDialog::getVariableValue() const -> QString { return ui->variableValue->text(); } |
| 31 | |
| 32 | void EditVariableDialog::textChanged() { |
| 33 | if (! ui->variableName->text().isEmpty() && ! ui->variableValue->text().isEmpty()) { |
no outgoing calls
no test coverage detected