summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/nokia/qgeoroutexmlparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeoroutexmlparser.h')
-rw-r--r--src/plugins/geoservices/nokia/qgeoroutexmlparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/qgeoroutexmlparser.h b/src/plugins/geoservices/nokia/qgeoroutexmlparser.h
index f31f8716..7f2cc149 100644
--- a/src/plugins/geoservices/nokia/qgeoroutexmlparser.h
+++ b/src/plugins/geoservices/nokia/qgeoroutexmlparser.h
@@ -62,6 +62,7 @@ public:
QString toLink; // Id of the link this maneuver brings into
int legIndex = 0;
int index = 0;
+ QList<QGeoCoordinate> path;
bool first = false;
bool last = false;
};
@@ -129,7 +130,7 @@ private:
QList<QGeoRoute> m_results;
QList<QGeoRouteLeg> m_legs;
QList<QList<QGeoManeuverContainer>> m_maneuvers;
- QList<QList<QGeoRouteSegmentContainer>> m_segments;
+ //QList<QList<QGeoRouteSegmentContainer>> m_segments;
};
QT_END_NAMESPACE