MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / loadEcSysModule

Method loadEcSysModule

src/helper.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool Helper::loadEcSysModule() {
48 if (QDBusReply<bool> reply = iface->call("loadEcSysModule"); reply.isValid())
49 return reply.value();
50 printError(iface->lastError());
51 return false;
52}
53
54bool Helper::updateData() {
55 if (QDBusReply<QByteArray> reply = iface->call("getData"); reply.isValid() &&

Callers 1

MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected