Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small cleanup in QGeoTileFetcherGooglemaps and questions #8

Merged
merged 2 commits into from Aug 2, 2017

Commits on Aug 2, 2017

  1. qgeotilefetchergooglemaps: small cleanup

    Cleanup unused variables such as _versionGoogleMap and the
    related logic.
    
    QGeoTileFetcherGooglemaps::QGeoTileFetcherGooglemaps()
    - remove some commented out code
    
    QGeoTileFetcherGooglemaps::_googleVersionCompleted()
    - remove regex calls that update the version strings,
    yet said version strings are unused
    
    Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
    neolit123 committed Aug 2, 2017
    Copy the full SHA
    e162958 View commit details
    Browse the repository at this point in the history
  2. qgeotilefetchergooglemaps: remove unused function

    _getServerNum() is unused and a warning is thrown about it
    when building with -W flags.
    
    Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
    neolit123 committed Aug 2, 2017
    Copy the full SHA
    721b25b View commit details
    Browse the repository at this point in the history