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

Method getAppName

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

Source from the content-addressed store, hash-verified

1442}
1443
1444QString Backend::getAppName(uint appId) const
1445{
1446 if (m_nameCache.contains(appId))
1447 return m_nameCache[appId];
1448 return QString("App %1").arg(appId);
1449}
1450
1451QString Backend::getAppHeaderUrl(uint appId) const
1452{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected