summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutingmanagerengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutingmanagerengine.cpp')
-rw-r--r--src/location/maps/qgeoroutingmanagerengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeoroutingmanagerengine.cpp b/src/location/maps/qgeoroutingmanagerengine.cpp
index 20a10164..7b81d7a6 100644
--- a/src/location/maps/qgeoroutingmanagerengine.cpp
+++ b/src/location/maps/qgeoroutingmanagerengine.cpp
@@ -87,7 +87,7 @@ QT_BEGIN_NAMESPACE
Constructs a new engine with the specified \a parent, using \a parameters
to pass any implementation specific data to the engine.
*/
-QGeoRoutingManagerEngine::QGeoRoutingManagerEngine(const QMap<QString, QVariant> &parameters, QObject *parent)
+QGeoRoutingManagerEngine::QGeoRoutingManagerEngine(const QVariantMap &parameters, QObject *parent)
: QObject(parent),
d_ptr(new QGeoRoutingManagerEnginePrivate())
{