| 145 | } |
| 146 | |
| 147 | App *App::create(QQmlEngine *qmlEngine, QJSEngine *engine) |
| 148 | { |
| 149 | return dataObjectFromProperty<App>(qmlEngine, engine); |
| 150 | } |
| 151 | |
| 152 | const QString &App::status() |
| 153 | { |
nothing calls this directly
no outgoing calls
no test coverage detected