| 1449 | } |
| 1450 | |
| 1451 | QString Backend::getAppHeaderUrl(uint appId) const |
| 1452 | { |
| 1453 | if (m_headerCache.contains(appId)) |
| 1454 | return m_headerCache[appId]; |
| 1455 | return QString("https://shared.steamstatic.com/store_item_assets/steam/apps/%1/header.jpg").arg(appId); |
| 1456 | } |
| 1457 | |
| 1458 | bool Backend::isProviderAuthenticated(const QString &provider) const |
| 1459 | { |
nothing calls this directly
no outgoing calls
no test coverage detected