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

Method create

syncthingwidgets/quick/app.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147App *App::create(QQmlEngine *qmlEngine, QJSEngine *engine)
148{
149 return dataObjectFromProperty<App>(qmlEngine, engine);
150}
151
152const QString &App::status()
153{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected