| 33 | |
| 34 | #ifdef SYNCTHINGWIDGETS_GUI_QTQUICK |
| 35 | SyncthingData *SyncthingData::create(QQmlEngine *qmlEngine, QJSEngine *engine) |
| 36 | { |
| 37 | return dataObjectFromProperty<SyncthingData>(qmlEngine, engine); |
| 38 | } |
| 39 | #endif |
| 40 | |
| 41 | QString SyncthingData::website() const |
nothing calls this directly
no outgoing calls
no test coverage detected