MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / getManagedApps

Method getManagedApps

ui-linux/src/backend.cpp:442–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442QVariantList Backend::getManagedApps()
443{
444 QVariantList list;
445 for (const auto &app : m_apps) {
446 QVariantMap m;
447 m["appId"] = app.appId;
448 m["name"] = app.name;
449 list.append(m);
450 }
451 return list;
452}
453
454QVariantList Backend::getAppDetails()
455{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected