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

Method handleConnectionStatusChanged

syncthingwidgets/quick/app.cpp:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void App::handleConnectionStatusChanged(Data::SyncthingStatus newStatus)
531{
532 invalidateStatus();
533 Q_UNUSED(newStatus)
534}
535
536void App::handleLauncherStatusBroadcast(const QVariant &status)
537{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected