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

Method formatDataSize

syncthingwidgets/misc/syncthingmodels.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101QString SyncthingModels::formatDataSize(quint64 size) const
102{
103 return QString::fromStdString(CppUtilities::dataSizeToString(size));
104}
105
106#ifdef SYNCTHINGWIDGETS_GUI_QTQUICK
107SyncthingModels *SyncthingModels::create(QQmlEngine *qmlEngine, QJSEngine *engine)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected