diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-03-03 14:06:31 -0800 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-03-03 23:37:38 +0000 |
commit | ffb8ba2d3f398fc30f4d30aa3094c2882802fc98 (patch) | |
tree | 05dc775e54848ba3cfa13489508af48623c02c55 /src/plugins/geoservices | |
parent | 6447ad0b5d1beaefac767019591f1d6fea97d3fd (diff) | |
download | qtlocation-ffb8ba2d3f398fc30f4d30aa3094c2882802fc98.tar.gz |
Fix typo in QMapboxGLStyleSetPaintProperty ctor
Change-Id: I804bd7077eb6fd99e4c2facbfb9c9b1d30ecc4fd
Reviewed-by: Thiago Marcos P. Santos <tmpsantos@gmail.com>
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/plugins/geoservices')
-rw-r--r-- | src/plugins/geoservices/mapboxgl/qmapboxglstylechange_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapboxgl/qmapboxglstylechange_p.h b/src/plugins/geoservices/mapboxgl/qmapboxglstylechange_p.h index 43b22afb..e6a56470 100644 --- a/src/plugins/geoservices/mapboxgl/qmapboxglstylechange_p.h +++ b/src/plugins/geoservices/mapboxgl/qmapboxglstylechange_p.h @@ -93,7 +93,7 @@ private: static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativePolylineMapItem *); QMapboxGLStyleSetPaintProperty() = default; - QMapboxGLStyleSetPaintProperty(const QString& layer, const QString& property, const QVariant &value); + QMapboxGLStyleSetPaintProperty(const QString &layer, const QString &property, const QVariant &value); QString m_layer; QString m_property; |