summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapscene_p_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Make tiled renderer and QGeoProjectionWebMercator debuggablePaolo Angelelli2018-11-281-0/+193
This patch introduces a new macro, QT_LOCATION_DEBUG, that, when fed via qmake command line, changes the scope of some members, adds some extra members and some extra data dumping into these members. In this way external code can inspect the state of the renderer in order to debug it. The patch also moves a few classes into separate files, as well as privately exporting them. Change-Id: I32a042863f78dcd10f94b0b7fe8b90f3fc486891 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>