From 41e2042acf4e312933c5d3e27f3b741b7892b8d0 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 11 Dec 2018 17:41:52 +0900 Subject: Fix use_mapbox_text_instructions typo Change-Id: Ie6e1b7a21818a10b893b161183da2dd447e41ec5 Reviewed-by: Paolo Angelelli --- src/plugins/geoservices/mapbox/qgeoroutingmanagerenginemapbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/geoservices/mapbox') diff --git a/src/plugins/geoservices/mapbox/qgeoroutingmanagerenginemapbox.cpp b/src/plugins/geoservices/mapbox/qgeoroutingmanagerenginemapbox.cpp index 29cf0167..08a3b5a6 100644 --- a/src/plugins/geoservices/mapbox/qgeoroutingmanagerenginemapbox.cpp +++ b/src/plugins/geoservices/mapbox/qgeoroutingmanagerenginemapbox.cpp @@ -233,7 +233,7 @@ QGeoRoutingManagerEngineMapbox::QGeoRoutingManagerEngineMapbox(const QVariantMap bool use_mapbox_text_instructions = true; if (parameters.contains(QStringLiteral("mapbox.routing.use_mapbox_text_instructions"))) { - use_mapbox_text_instructions = parameters.value(QStringLiteral("mapbox.use_mapbox_text_instructions")).toBool(); + use_mapbox_text_instructions = parameters.value(QStringLiteral("mapbox.routing.use_mapbox_text_instructions")).toBool(); } QGeoRouteParserOsrmV5 *parser = new QGeoRouteParserOsrmV5(this); -- cgit v1.2.1