summaryrefslogtreecommitdiffstats
path: root/src/location/maps/tiled/qgeotiledmaprequest.h
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2010-09-17 18:19:11 +1000
committerDavid Laing <david.laing@nokia.com>2010-09-17 18:19:11 +1000
commit4ccf156cf4a962f45f78856602c09126e6706b8b (patch)
treee7e9ce6f8a0f0723a0a5c2872a9424cf41b681a1 /src/location/maps/tiled/qgeotiledmaprequest.h
parenta268e90db2b041c0f692ce92b680bdfeaba94989 (diff)
Simplified the grouping of map objects.
QGeoMapGroupObject is now used for nesting / grouping objects. All other objects are non-nested. This simplifies the code quite a bit. Hopefully it doesn't break too many things.
Diffstat (limited to 'src/location/maps/tiled/qgeotiledmaprequest.h')
-rw-r--r--src/location/maps/tiled/qgeotiledmaprequest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/maps/tiled/qgeotiledmaprequest.h b/src/location/maps/tiled/qgeotiledmaprequest.h
index fe2f991fde..ededb7c081 100644
--- a/src/location/maps/tiled/qgeotiledmaprequest.h
+++ b/src/location/maps/tiled/qgeotiledmaprequest.h
@@ -56,7 +56,8 @@ class Q_LOCATION_EXPORT QGeoTiledMapRequest
{
public:
QGeoTiledMapRequest();
- QGeoTiledMapRequest(QGeoTiledMapData *mapData,
+ QGeoTiledMapRequest(QGraphicsGeoMap::MapType mapType,
+ qreal zoomLevel,
int row,
int column,
const QRect &tileRect);