| 99 | } |
| 100 | |
| 101 | QString SyncthingModels::formatDataSize(quint64 size) const |
| 102 | { |
| 103 | return QString::fromStdString(CppUtilities::dataSizeToString(size)); |
| 104 | } |
| 105 | |
| 106 | #ifdef SYNCTHINGWIDGETS_GUI_QTQUICK |
| 107 | SyncthingModels *SyncthingModels::create(QQmlEngine *qmlEngine, QJSEngine *engine) |
nothing calls this directly
no outgoing calls
no test coverage detected