summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroute_p.h')
-rw-r--r--src/location/maps/qgeoroute_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/maps/qgeoroute_p.h b/src/location/maps/qgeoroute_p.h
index 26eb613c..d56b2d44 100644
--- a/src/location/maps/qgeoroute_p.h
+++ b/src/location/maps/qgeoroute_p.h
@@ -97,6 +97,8 @@ public:
virtual QString engineName() const = 0;
virtual int segmentsCount() const = 0;
+ static const QGeoRoutePrivate *routePrivateData(const QGeoRoute &route);
+
protected:
virtual bool equals(const QGeoRoutePrivate &other) const;
};