summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativerectanglemapitem.cpp
diff options
context:
space:
mode:
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)
{