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

Method bytesAsString

syncthingconnector/syncthingdir.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283QString 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected