summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativerectanglemapitem.cpp
diff options
context:
space:
mode:
authorIan Chen <ian.1.chen@nokia.com>2012-03-26 18:12:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-27 03:16:28 +0200
commit712b8a611089c6436747f966cb813160d78da605 (patch)
treef3d61fc38db3bdebe0cbe64d6bec8d3f8dca592c /src/imports/location/qdeclarativerectanglemapitem.cpp
parentb60dc91cebdea5d6737e45dc8718cb8d77bcb49c (diff)
downloadqtlocation-712b8a611089c6436747f966cb813160d78da605.tar.gz
Documentation fixes
MapFlickable: - Documentation now uses US english, customises -> customizes - 'deceleration' documented as real as opposed to bool - correct grammatical error in description for onMovementStarted MapCircle, MapRectangle: - rephrase description of the 'opacity' property MapPolygon, MapPolygon: - Minor corrections to [add/remove]Coordinate function descriptions MapPolygon: - Changed references to 'polyline' to lowercase first letter Change-Id: Ia62665848efbe59c95e81c1c16203fbae394edce Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativerectanglemapitem.cpp')
-rw-r--r--src/imports/location/qdeclarativerectanglemapitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativerectanglemapitem.cpp b/src/imports/location/qdeclarativerectanglemapitem.cpp
index a0f3ae10..95a56d50 100644
--- a/src/imports/location/qdeclarativerectanglemapitem.cpp
+++ b/src/imports/location/qdeclarativerectanglemapitem.cpp
@@ -282,7 +282,7 @@ void QDeclarativeRectangleMapItem::setColor(const QColor &color)
number between 0 (fully transparent) and 1 (fully opaque). The default is 1.
If an item's opacity is set to 0, the item will no longer receive mouse
- events. In contrast, setting the visible property to false stops mouse events.
+ events. Similarly, setting the visible property to false stops mouse events.
*/
QSGNode* QDeclarativeRectangleMapItem::updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* data)
{