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

Method getQConfig

src/components/canload/canload.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::shared_ptr<QWidget> CanLoad::getQConfig() const
50{
51 const Q_D(CanLoad);
52
53 return configHelpers::getQConfig(getSupportedProperties(), d->_props);
54}
55
56void CanLoad::configChanged()
57{

Callers 4

canload_test.cppFile · 0.45
openPropertiesMethod · 0.45
ProjectConfigPrivateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected