summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativepolygonmapitem.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 11:44:10 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 12:10:02 +0000
commit5447b4b29a0d0e931ca759eab4da333d32e77aff (patch)
tree36ee201ed1996a7a6041bb3464c2078b0f1331e6 /src/imports/location/qdeclarativepolygonmapitem.cpp
parent16182b9f12647d1df1a7be6e709e341b93ba79dc (diff)
downloadqtlocation-5447b4b29a0d0e931ca759eab4da333d32e77aff.tar.gz
Fix doc issues around MapPolyline
MapRoute inherits from MapPolyline but qdoc doesn't recognize QML inheritance and/or we don't really want to document protected MapPolyline properties in MapRoute. Fixes some broken links in the same area while we are at it. Change-Id: Icd4095d98dbf2555c601c4088c85e9a2a08b3186 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/location/qdeclarativepolygonmapitem.cpp')
-rw-r--r--src/imports/location/qdeclarativepolygonmapitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativepolygonmapitem.cpp b/src/imports/location/qdeclarativepolygonmapitem.cpp
index 1cde7f93..5b94d009 100644
--- a/src/imports/location/qdeclarativepolygonmapitem.cpp
+++ b/src/imports/location/qdeclarativepolygonmapitem.cpp
@@ -107,7 +107,7 @@ QT_BEGIN_NAMESPACE
or removing points.
Like the other map objects, MapPolygon is normally drawn without a smooth
- appearance. Setting the \l {QtQuick::Item::opacity}{opacity} property will force the object to
+ appearance. Setting the \l {Item::opacity}{opacity} property will force the object to
be blended, which decreases performance considerably depending on the hardware in use.
\section2 Example Usage