diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-04-13 14:15:20 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-05-04 10:53:28 +0000 |
commit | e77eaa52d681bbc0591b3f294b40a0ccfeeac5e3 (patch) | |
tree | ef463c9417d6c4195ac377a4bf376ccf28983488 /src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h | |
parent | 72ecba08268ae8c080b411cfc5117ddcf9b6d0fe (diff) | |
download | qtlocation-e77eaa52d681bbc0591b3f294b40a0ccfeeac5e3.tar.gz |
Set shorter name for class names with 'MapData'
Rename all references and files with 'MapData'
to use shorter name 'Map'.
Change-Id: I8ab790146ee28e540e6866ba0218eea61bae6e64
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h')
-rw-r--r-- | src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h index 39876457..379ca6b8 100644 --- a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h +++ b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h @@ -52,7 +52,7 @@ public: QGeoServiceProvider::Error *error, QString *errorString); ~QGeoTiledMappingManagerEngineMapbox(); - QGeoMap *createMapData(); + QGeoMap *createMap(); }; QT_END_NAMESPACE |