| 271 | } |
| 272 | |
| 273 | void Engine::getWebSessionToken(WEB_SESSION_PURPOSE purpose) |
| 274 | { |
| 275 | QMetaObject::invokeMethod(this, "getWebSessionTokenImpl", Q_ARG(WEB_SESSION_PURPOSE, purpose)); |
| 276 | } |
| 277 | |
| 278 | locationsmodel::LocationsModel *Engine::getLocationsModel() |
| 279 | { |
no outgoing calls
no test coverage detected