From 47b403d535a0e2c8246e1bae1e763cf2234d96f4 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 21 Feb 2012 13:03:18 +0100 Subject: Remove left overs from QGraphicsGeoMap removal Change-Id: I9856d32c44f29409226b814ca5e699556cfea6d5 Reviewed-by: Alex Wilson --- src/location/maps/qgeomappingmanagerengine.cpp | 35 -------------------------- 1 file changed, 35 deletions(-) (limited to 'src/location/maps/qgeomappingmanagerengine.cpp') diff --git a/src/location/maps/qgeomappingmanagerengine.cpp b/src/location/maps/qgeomappingmanagerengine.cpp index 91518446..d424c8e2 100644 --- a/src/location/maps/qgeomappingmanagerengine.cpp +++ b/src/location/maps/qgeomappingmanagerengine.cpp @@ -58,16 +58,6 @@ QT_BEGIN_NAMESPACE \brief The QGeoMappingManagerEngine class provides an interface and convenience methods to implementors of QGeoServiceProvider plugins who want to provide support for displaying and interacting with maps. - - Subclasses of QGeoMappingManagerEngine need to provide an implementations - of createMapData(). The QGeoMapData instances returned by createMapData() - can be used to contain and manage information concerning what a particular - QGraphicsGeoMap is viewing. - - Most of the other functions configure the reported capabilities of the engine. - It is important that these functions are called before createMapData() or any of the - capability reporting functions are used to prevent incorrect or - inconsistent behaviour. */ /*! @@ -325,31 +315,6 @@ void QGeoMappingManagerEngine::setSupportedMapTypes(const QList &su d->supportedMapTypes = supportedMapTypes; } -///*! -// Returns a list of the connectivity modes supported by this engine. -//*/ -//QList QGeoMappingManagerEngine::supportedConnectivityModes() const -//{ -// Q_D(const QGeoMappingManagerEngine); -// return d->supportedConnectivityModes; -//} - -///*! -// Sets the list of connectivity modes supported by this engine to \a connectivityModes. - -// Subclasses of QGeoMappingManagerEngine should use this function to ensure -// that supportedConnectivityModes() provides accurate information. - -// If createMapData does not specify a connectivity mode the first mode from -// \a connectivityModes will be used, or QGraphicsGeoMap::NoConnectivity will -// be used if \a connectivityModes is empty. -//*/ -//void QGeoMappingManagerEngine::setSupportedConnectivityModes(const QList &connectivityModes) -//{ -// Q_D(QGeoMappingManagerEngine); -// d->supportedConnectivityModes = connectivityModes; -//} - void QGeoMappingManagerEngine::setTileSize(int tileSize) { Q_D(QGeoMappingManagerEngine); -- cgit v1.2.1