| 20 | } |
| 21 | |
| 22 | EditVariableDialog::~EditVariableDialog() { delete ui; } |
| 23 | |
| 24 | void EditVariableDialog::setVariableName(const QString &variable) { ui->variableName->setText(variable); } |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected