| 24 | } |
| 25 | |
| 26 | QGeoMappingManagerEngine *QGeoServiceProviderFactoryAmap::createMappingManagerEngine( |
| 27 | const QVariantMap ¶meters, |
| 28 | QGeoServiceProvider::Error *error, |
| 29 | QString *errorString) const |
| 30 | { |
| 31 | return new QGeoTiledMappingManagerEngineAmap(parameters, error, errorString); |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected