summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@theqtcompany.com>2015-12-16 17:00:24 +0200
committerJoni Poikelin <joni.poikelin@theqtcompany.com>2015-12-16 15:40:51 +0000
commit270b1edc441564b49084d467c7318294b8823fdc (patch)
tree370089b4a785e106bf632e8c18e219f83f3e2311
parent5927f1ac4f8728e209bd0bbb1423ffb82dd6dbf6 (diff)
downloadqtlocation-270b1edc441564b49084d467c7318294b8823fdc.tar.gz
Emit activeMapTypeChanged in QGeoMap as well
Change-Id: I98bdcfbb57d3d597e23ecaf3bb862daa5a917f00 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/location/maps/qgeomap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeomap.cpp b/src/location/maps/qgeomap.cpp
index c035f616..37bf139a 100644
--- a/src/location/maps/qgeomap.cpp
+++ b/src/location/maps/qgeomap.cpp
@@ -109,6 +109,7 @@ void QGeoMap::setActiveMapType(const QGeoMapType type)
d->m_activeMapType = type;
d->changeActiveMapType(type);
d->setCameraData(d->m_cameraData);
+ emit activeMapTypeChanged();
update();
}