summaryrefslogtreecommitdiff
path: root/src/location/maps
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-10-10 17:00:47 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-11-01 14:09:34 +0000
commit499f14e91e34ca78c073079f43910811d9408252 (patch)
treeb4dbd45a0c90a51012b38e79d4945e384a4dd594 /src/location/maps
parenta7d1e0bd6d4bf7c1035e32acd95daeef8af9edc8 (diff)
downloadqtlocation-499f14e91e34ca78c073079f43910811d9408252.tar.gz
Add Navigator.currentRouteLeg
Change-Id: I9027afac6143784b14879889ffd4180ad8269cc4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps')
-rw-r--r--src/location/maps/qnavigationmanagerengine_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/maps/qnavigationmanagerengine_p.h b/src/location/maps/qnavigationmanagerengine_p.h
index 62d9eb87..d43e4842 100644
--- a/src/location/maps/qnavigationmanagerengine_p.h
+++ b/src/location/maps/qnavigationmanagerengine_p.h
@@ -60,6 +60,7 @@ class QGeoMap;
class QGeoMapParameter;
class QMapRouteObject;
class QGeoRoute;
+class QGeoRouteLeg;
class QNavigationManager;
class QNavigationManagerEnginePrivate;
class QDeclarativeNavigatorParams;
@@ -88,6 +89,7 @@ signals:
void waypointReached(const QDeclarativeGeoWaypoint *pos);
void destinationReached();
void currentRouteChanged(const QGeoRoute &route);
+ void currentRouteLegChanged(const QGeoRouteLeg &route);
void currentSegmentChanged(int segment);
private: