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

Method create

syncthingwidgets/misc/syncthingdata.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34#ifdef SYNCTHINGWIDGETS_GUI_QTQUICK
35SyncthingData *SyncthingData::create(QQmlEngine *qmlEngine, QJSEngine *engine)
36{
37 return dataObjectFromProperty<SyncthingData>(qmlEngine, engine);
38}
39#endif
40
41QString SyncthingData::website() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected