summaryrefslogtreecommitdiff
path: root/platform/qt/app/mapwindow.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-02-02 16:38:24 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-04-20 20:55:51 +0300
commit19e11293676db729909e10659f3e0710a251a03b (patch)
tree830650dd1a9a885df8df05d60c521a8f90273200 /platform/qt/app/mapwindow.cpp
parentdd075d53edaa34d530bdd4a876ab329f9de45f44 (diff)
downloadqtlocation-mapboxgl-19e11293676db729909e10659f3e0710a251a03b.tar.gz
[Qt] Add the QMapbox header with QMapbox datatypes
Diffstat (limited to 'platform/qt/app/mapwindow.cpp')
-rw-r--r--platform/qt/app/mapwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/app/mapwindow.cpp b/platform/qt/app/mapwindow.cpp
index 83e0ceab5f..474363039f 100644
--- a/platform/qt/app/mapwindow.cpp
+++ b/platform/qt/app/mapwindow.cpp
@@ -18,7 +18,7 @@ MapWindow::MapWindow(const QMapboxGLSettings &settings)
connect(&m_map, SIGNAL(needsRendering()), this, SLOT(updateGL()));
// Set default location to Helsinki.
- m_map.setCoordinateZoom(QMapboxGL::Coordinate(60.170448, 24.942046), 14);
+ m_map.setCoordinateZoom(QMapbox::Coordinate(60.170448, 24.942046), 14);
changeStyle();