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

Method load

src/gui/projectconfig/projectconfig.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ProjectConfig::load(const QByteArray& data)
38{
39 Q_D(ProjectConfig);
40 return d->load(data);
41}
42
43void ProjectConfig::clearGraphView()
44{

Callers 5

getDefaultColorFunction · 0.45
handleRecentProjectMethod · 0.45
handleLoadActionMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected