summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeomaneuver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomaneuver.h')
-rw-r--r--src/location/maps/qgeomaneuver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h
index a86acfbd..76c5421e 100644
--- a/src/location/maps/qgeomaneuver.h
+++ b/src/location/maps/qgeomaneuver.h
@@ -99,6 +99,9 @@ public:
void setExtendedAttributes(const QVariantMap &extendedAttributes);
QVariantMap extendedAttributes() const;
+protected:
+ QGeoManeuver(const QSharedDataPointer<QGeoManeuverPrivate> &dd);
+
private:
QSharedDataPointer<QGeoManeuverPrivate> d_ptr;
};