| 387 | } |
| 388 | |
| 389 | QString SyncthingModels::deviceDisplayName(const QString &id) const |
| 390 | { |
| 391 | auto row = 0; |
| 392 | auto info = m_connection.findDevInfo(id, row); |
| 393 | return info != nullptr ? info->displayName() : id; |
| 394 | } |
| 395 | |
| 396 | QString SyncthingModels::dirDisplayName(const QString &id) const |
| 397 | { |
nothing calls this directly
no test coverage detected