MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / setConfig

Method setConfig

src/components/canload/canload.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void CanLoad::setConfig(const QJsonObject& json)
28{
29 Q_D(CanLoad);
30
31 d->setSettings(json);
32}
33
34void CanLoad::setConfig(const QWidget& qobject)
35{

Callers 3

canload_test.cppFile · 0.45
openPropertiesMethod · 0.45
restoreMethod · 0.45

Calls 1

setSettingsMethod · 0.45

Tested by

no test coverage detected