summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomappingmanagerengine.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/qgeomappingmanagerengine.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/qgeomappingmanagerengine.cpp')
-rw-r--r--src/location/maps/qgeomappingmanagerengine.cpp35
1 files changed, 0 insertions, 35 deletions
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<QGeoMapType> &su
d->supportedMapTypes = supportedMapTypes;
}
-///*!
-// Returns a list of the connectivity modes supported by this engine.
-//*/
-//QList<QGraphicsGeoMap::ConnectivityMode> 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<QGraphicsGeoMap::ConnectivityMode> &connectivityModes)
-//{
-// Q_D(QGeoMappingManagerEngine);
-// d->supportedConnectivityModes = connectivityModes;
-//}
-
void QGeoMappingManagerEngine::setTileSize(int tileSize)
{
Q_D(QGeoMappingManagerEngine);