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

Method ~EditVariableDialog

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

Source from the content-addressed store, hash-verified

20}
21
22EditVariableDialog::~EditVariableDialog() { delete ui; }
23
24void EditVariableDialog::setVariableName(const QString &variable) { ui->variableName->setText(variable); }
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected