diff options
author | Paul Wicking <paul.wicking@qt.io> | 2018-06-18 15:23:47 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2018-06-21 14:23:33 +0000 |
commit | 05719fedab5b052c433b5137fa63e5a1136a84e6 (patch) | |
tree | 6902a29b5fc8a042f9b82261c6b116b05564d912 /src/location | |
parent | 9c053e69f004c6a39776965a7d6230c11ece3c38 (diff) | |
download | qtlocation-05719fedab5b052c433b5137fa63e5a1136a84e6.tar.gz |
Doc: Add missing dots (qtlocation)
Task-number: QTBUG-68933
Change-Id: Ie7863b196363022c0bb7c1fa4f258c4700b5abb3
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/location')
-rw-r--r-- | src/location/declarativemaps/qdeclarativepolygonmapitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp index 71a75041..c0d7f24b 100644 --- a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp +++ b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp @@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE \ingroup qml-QtLocation5-maps \since QtLocation 5.5 - \brief The MapPolygon type displays a polygon on a Map + \brief The MapPolygon type displays a polygon on a Map. The MapPolygon type displays a polygon on a Map, specified in terms of an ordered list of \l {QtPositioning::coordinate}{coordinates}. For best appearance and results, polygons should be |