MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getVariableName

Method getVariableName

src/editvariabledialog.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

addButtonClickedMethod · 0.80
editButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected