summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-14 13:13:03 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-15 05:14:48 +0000
commite723a41153c5ebffcec01ade33bfa58a2d79c9fe (patch)
tree3d2abfc4804da64cc662080afb32cca0ecf8aceb
parent1d27cf05601074145a844e58b419a50d91375495 (diff)
Fix broken doc links after recent mapviewer integration
Change-Id: Ia74e7fb6bd5321af7d5f92e3e04c9ff0c5027f73 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/imports/location/qdeclarativegeomapquickitem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/location/qdeclarativegeomapquickitem.cpp b/src/imports/location/qdeclarativegeomapquickitem.cpp
index 6c49cd80..0c3e005d 100644
--- a/src/imports/location/qdeclarativegeomapquickitem.cpp
+++ b/src/imports/location/qdeclarativegeomapquickitem.cpp
@@ -106,10 +106,10 @@ QT_BEGIN_NAMESPACE
to display a Marker on the Map. This strategy is used to show the map
markers in the MapViewer example.
- \snippet mapviewer/content/map/Marker.qml mqi-top
- \snippet mapviewer/content/map/Marker.qml mqi-anchor
- \snippet mapviewer/content/map/Marker.qml mqi-closeimage
- \snippet mapviewer/content/map/Marker.qml mqi-close
+ \snippet mapviewer/map/Marker.qml mqi-top
+ \snippet mapviewer/map/Marker.qml mqi-anchor
+ \snippet mapviewer/map/Marker.qml mqi-closeimage
+ \snippet mapviewer/map/Marker.qml mqi-close
\image api-mapquickitem.png
*/