summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeomapmouseevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeomapmouseevent.cpp')
-rw-r--r--src/imports/location/qdeclarativegeomapmouseevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomapmouseevent.cpp b/src/imports/location/qdeclarativegeomapmouseevent.cpp
index ad6149a8..9bf646e8 100644
--- a/src/imports/location/qdeclarativegeomapmouseevent.cpp
+++ b/src/imports/location/qdeclarativegeomapmouseevent.cpp
@@ -79,7 +79,7 @@ QDeclarativeGeoMapMouseEvent::~QDeclarativeGeoMapMouseEvent()
\qmlproperty bool QtLocation5::MapMouseEvent::accepted
Setting \a accepted to true prevents the mouse event from being
- propagated to items below this item.
+ propagated to items below the item currently handling the event.
Generally, if the item acts on the mouse event then it should be accepted
so that items lower in the stacking order do not also respond to the same event.