summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroute.h')
-rw-r--r--src/location/maps/qgeoroute.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/location/maps/qgeoroute.h b/src/location/maps/qgeoroute.h
index 68e73c09..ef1f7566 100644
--- a/src/location/maps/qgeoroute.h
+++ b/src/location/maps/qgeoroute.h
@@ -87,8 +87,14 @@ public:
void setPath(const QList<QGeoCoordinate> &path);
QList<QGeoCoordinate> path() const;
+protected:
+ QGeoRoute(const QExplicitlySharedDataPointer<QGeoRoutePrivate> &dd);
+ QExplicitlySharedDataPointer<QGeoRoutePrivate> &d();
+
private:
QExplicitlySharedDataPointer<QGeoRoutePrivate> d_ptr;
+ friend class QDeclarativeGeoRoute;
+ friend class QGeoRoutePrivate;
};
QT_END_NAMESPACE