| 281 | } |
| 282 | |
| 283 | QString Data::SyncthingStatistics::bytesAsString() const |
| 284 | { |
| 285 | return QString::fromStdString(CppUtilities::dataSizeToString(bytes)); |
| 286 | } |
| 287 | |
| 288 | /*! |
| 289 | * \brief Computes overall statistics for the specified \a directories. |
nothing calls this directly
no outgoing calls
no test coverage detected