| 370 | } |
| 371 | |
| 372 | QString SyncthingModels::formatTraffic(quint64 total, double rate) const |
| 373 | { |
| 374 | return Data::trafficString(total, rate); |
| 375 | } |
| 376 | |
| 377 | bool SyncthingModels::hasDevice(const QString &id) |
| 378 | { |
nothing calls this directly
no test coverage detected