summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroute.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-12-14 03:00:38 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-12-14 03:00:38 +0100
commit7bc6e97a440bc938c042141a6b6890831ee176df (patch)
treebff61ad3ae93078e43c83c3644e9b2944bf79a06 /src/location/maps/qgeoroute.h
parent3aaa71792b6a30e12d1aaff66d7238770576b4cc (diff)
parentd24ba64b514a46105df408c86413ebdf33d98af2 (diff)
downloadqtlocation-7bc6e97a440bc938c042141a6b6890831ee176df.tar.gz
Merge remote-tracking branch 'origin/5.14' into 5.15
Change-Id: I0dc35c36208833779d26d5090859baf43199eb9a
Diffstat (limited to 'src/location/maps/qgeoroute.h')
-rw-r--r--src/location/maps/qgeoroute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeoroute.h b/src/location/maps/qgeoroute.h
index 363ca61b..8feafa4f 100644
--- a/src/location/maps/qgeoroute.h
+++ b/src/location/maps/qgeoroute.h
@@ -109,6 +109,7 @@ class Q_LOCATION_EXPORT QGeoRouteLeg: public QGeoRoute
public:
QGeoRouteLeg();
QGeoRouteLeg(const QGeoRouteLeg &other);
+ QGeoRouteLeg &operator=(const QGeoRouteLeg &other) = default;
~QGeoRouteLeg();
void setLegIndex(int idx);