| 528 | } |
| 529 | |
| 530 | void App::handleConnectionStatusChanged(Data::SyncthingStatus newStatus) |
| 531 | { |
| 532 | invalidateStatus(); |
| 533 | Q_UNUSED(newStatus) |
| 534 | } |
| 535 | |
| 536 | void App::handleLauncherStatusBroadcast(const QVariant &status) |
| 537 | { |
nothing calls this directly
no outgoing calls
no test coverage detected