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

Method getVariableValue

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

Source from the content-addressed store, hash-verified

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

Callers 2

addButtonClickedMethod · 0.80
editButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected