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

Conversation

neolit123
Copy link
Contributor

@neolit123 neolit123 commented Aug 2, 2017

hello Vladyslav,

i'm participating in a open source project where we just recently added a Qt Location based map widget:
https://github.com/Subsurface-divelog/subsurface

after not being happy with the bundled ESRI geolocation plugin, we found your google maps plugin, for which we would like to thank you - it works and it seems to suit our needs for now! we are probably going to fork your repository and always base our builds on that, but still send patches and PRs upstream back to you:
https://github.com/Subsurface-divelog/googlemaps

in this PR there are a couple of small changes that remove some unused variables and code from QGeoTileFetcherGooglemaps. i'm not exactly sure if there are plans to keep this code for later or if it's for debugging purposes, so please let me know if my changes are not appropriate.

thanks
lubomir

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>
_getServerNum() is unused and a warning is thrown about it
when building with -W flags.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
@vladest vladest merged commit 6715783 into vladest:master Aug 2, 2017
@vladest
Copy link
Owner

vladest commented Aug 2, 2017

thanks for your contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants