MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / updateParameter

Method updateParameter

scriptcontainer.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void ScriptContainer::updateParameter(QString name, QString value)
184{
185 qDebug() << name << " * " << value;
186 QJSValue val(value);
187 scriptEngine->globalObject().setProperty(name, val);
188}
189
190
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected