summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomappingmanager.cpp
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-02-21 13:03:18 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-23 05:09:17 +0100
commit47b403d535a0e2c8246e1bae1e763cf2234d96f4 (patch)
tree45b35765be712be8aeef10ef81f302b05ad2ac66 /src/location/maps/qgeomappingmanager.cpp
parent73c124f532f25aa4e098290a2d72e83d5babe4e6 (diff)
downloadqtlocation-47b403d535a0e2c8246e1bae1e763cf2234d96f4.tar.gz
Remove left overs from QGraphicsGeoMap removal
Change-Id: I9856d32c44f29409226b814ca5e699556cfea6d5 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/maps/qgeomappingmanager.cpp')
-rw-r--r--src/location/maps/qgeomappingmanager.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/location/maps/qgeomappingmanager.cpp b/src/location/maps/qgeomappingmanager.cpp
index 3a318fbc..90aff85d 100644
--- a/src/location/maps/qgeomappingmanager.cpp
+++ b/src/location/maps/qgeomappingmanager.cpp
@@ -65,24 +65,6 @@ QT_BEGIN_NAMESPACE
\brief The QGeoMappingManager class provides support for displaying
and interacting with maps.
-
- A QGeoMappingManager instance can create QGeoMapData instances with
- createMapData(). The QGeoMapData instances can be used to contain and
- manage information concerning what a particular QGraphicsGeoMap is viewing.
-
- The functions in this class will typically not be used by clients of this
- API, as the most common uses will only need to obtain a QGeoMappingManager
- instance and associate it with a QGraphicsGeoMap instance:
- \code
- QGeoServiceProvider serviceProvider("nokia");
- QGeoMappingManager *manager = serviceProvider.mappingManager();
- QGraphicsGeoMap *geoMap = new QGraphicsGeoMap(manager);
- \endcode
-
- This could have been simplified by having the plugin return a
- QGraphicsGeoMap instance instead, but this approach allows users to
- subclass QGraphicsGeoMap in order to override the standard event handlers
- and implement custom map behaviours.
*/
/*!
@@ -310,14 +292,6 @@ QList<QGeoMapType> QGeoMappingManager::supportedMapTypes() const
return d_ptr->engine->supportedMapTypes();
}
-///*!
-// Returns a list of the connectivity modes supported by this manager.
-//*/
-//QList<QGraphicsGeoMap::ConnectivityMode> QGeoMappingManager::supportedConnectivityModes() const
-//{
-// return d_ptr->engine->supportedConnectivityModes();
-//}
-
/*!
Returns the length of the edge of the tiles returned by this manager.