diff options
author | Laszlo Agocs <laszlo.agocs@theqtcompany.com> | 2015-09-02 17:12:05 +0200 |
---|---|---|
committer | Laszlo Agocs <laszlo.agocs@theqtcompany.com> | 2015-09-03 07:47:38 +0000 |
commit | db19bd6920a0fac38202532179788f37248b079a (patch) | |
tree | bd851bc2afb535ceb1a77042a762ae992264911c /src/location | |
parent | 79dc087b3dcc151c1571f7628f5b0e1d7bf9fc84 (diff) | |
download | qtlocation-db19bd6920a0fac38202532179788f37248b079a.tar.gz |
Remove leftover half-sentence in Map docs
Change-Id: I23e1151c300254a1f297c61e4be344b7fd88cc95
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location')
-rw-r--r-- | src/location/doc/src/qml-maps.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc index ebae9582..9b6232f5 100644 --- a/src/location/doc/src/qml-maps.qdoc +++ b/src/location/doc/src/qml-maps.qdoc @@ -48,8 +48,7 @@ Map item you can center the map, zoom, pinch and make the item flickable. The places to be added to the map are \l {Maps and Navigation (QML)#Putting Objects on a Map (Map Overlay Objects)}{MapItems}. The item's position is defined by a \l {coordinate}{coordinate} which includes latitude, -longitude and altitude. The item is then displayed automatically after it is added to the Map. -\l {Maps and Navigation (QML)#Putting Objects on a Map (Map Overlay Objects)}{MapItems} or \l Map. +longitude and altitude. The item is then displayed automatically after it is added to the \l Map. \section2 Position on map |