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