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

Method getSettings

src/components/cansignaldecoder/cansignaldecoder_p.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53QJsonObject CanSignalDecoderPrivate::getSettings()
54{
55 QJsonObject json;
56
57 for (const auto& p : _props) {
58 json[p.first] = QJsonValue::fromVariant(p.second);
59 }
60
61 return json;
62}
63
64void CanSignalDecoderPrivate::setSettings(const QJsonObject& json)
65{

Callers 1

getConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected