summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 11:04:52 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 10:16:10 +0000
commit386cccf279c46ce5b5571428980296dda95b7862 (patch)
treed26b2252dd00019bc4924cbf951a5a62061b891f
parentccc35d49e7e8f00c982bb221c82f4e83ba3058bb (diff)
Fix broken MapType enum links
We use QML syntax and not C++. Change-Id: Ib08e74b0450d47d916d33ce3d1c674bc8124e615 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/imports/location/qdeclarativegeomaptype.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/location/qdeclarativegeomaptype.cpp b/src/imports/location/qdeclarativegeomaptype.cpp
index f538fdc1..6d83a905 100644
--- a/src/imports/location/qdeclarativegeomaptype.cpp
+++ b/src/imports/location/qdeclarativegeomaptype.cpp
@@ -74,9 +74,9 @@ QDeclarativeGeoMapType::~QDeclarativeGeoMapType() {}
\li MapType.TerrainMap - A terrain map.
\li MapType.HybridMap - A map with satellite imagery and street information.
\li MapType.GrayStreetMap - A gray-shaded street map.
- \li MapType::PedestrianMap - A street map suitable for pedestriants.
- \li MapType::CarNavigationMap - A street map suitable for car navigation.
- \li MapType::CycleMap - A street map suitable for cyclists.
+ \li MapType.PedestrianMap - A street map suitable for pedestriants.
+ \li MapType.CarNavigationMap - A street map suitable for car navigation.
+ \li MapType.CycleMap - A street map suitable for cyclists.
\li MapType.CustomMap - A custom map type.
\endlist
*/