MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / invalidateAndroidIconCache

Method invalidateAndroidIconCache

syncthingwidgets/quick/appservice.cpp:463–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461#ifdef Q_OS_ANDROID
462#ifdef SYNCTHINGTRAY_SERVICE_WITH_ICON_RENDERING
463void AppService::invalidateAndroidIconCache()
464{
465 m_data.updateStatusInfo();
466 m_androidIconCache.clear();
467 updateAndroidNotification();
468}
469
470QJniObject &AppService::makeAndroidIcon(const QIcon &icon)
471{

Callers

nothing calls this directly

Calls 2

updateStatusInfoMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected